aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-14 22:19:21 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-14 22:20:24 +0000
commit5806573811f023427012329248759979800686be (patch)
treeec9307fb6c0739865188d2ecbd30eff9bfe7f539
parent286fc6bfc195b50d293d888bd153289cbe3b0a07 (diff)
parentb642f069623e7ee1ea8488d4a04b5fcfc44161ba (diff)
downloadbuild-marshmallow-mr2-release.tar.gz
Make change and version bump to MOI10Eandroid-6.0.1_r81marshmallow-mr2-release
Change-Id: Ib1347e8fbdab3dce1b5bde4a2f458e4c781df439
-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 bcddd370dd..aea98e0a5f 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=MOI10D
+export BUILD_ID=MOI10E
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 0e246a0297..9be355a99d 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-09-01
+ PLATFORM_SECURITY_PATCH := 2017-10-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"