aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-07-10 22:37:41 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-07-10 22:39:10 +0000
commit1f92ff0593b2b4faa665cb702d0aa30e104578b7 (patch)
tree031b3c552d391582945def14e85d6e991509a2bb
parent3ce02878f1d77287d19c1ad33ad6e50ed10bbc6d (diff)
parent8962b9bb6226fce9dee6abc99ff361e6571aaa0b (diff)
downloadbuild-1f92ff0593b2b4faa665cb702d0aa30e104578b7.tar.gz
Make change and version bump to MOI10
Change-Id: I4b9fc01c94e3dcf38fdc28205c95fb2ce51aca59
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 3a62033752..b099ae2731 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-export BUILD_ID=MOB32B
+export BUILD_ID=MOI10
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 49d2ca34aa..33b21c1c8d 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
#
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2017-08-01
+ PLATFORM_SECURITY_PATCH := 2017-07-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"