aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-07-14 16:34:16 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-07-14 16:35:24 +0000
commitddd9ccfa09968d55f2c4c833820a37f6b2b19920 (patch)
tree51d5ca3820802f016982d7d448f481493e2f7d25
parent1f92ff0593b2b4faa665cb702d0aa30e104578b7 (diff)
parent3368b7fa35732ea0ec01b09c8a74c3201965125a (diff)
downloadbuild-ddd9ccfa09968d55f2c4c833820a37f6b2b19920.tar.gz
Make change and version bump to MOI10B
Change-Id: I45fbcb7535100df8358e61ff8ef5bd09db65c1f5
-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 b099ae2731..5dabde6b27 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=MOI10
+export BUILD_ID=MOI10B
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 33b21c1c8d..49d2ca34aa 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-07-01
+ PLATFORM_SECURITY_PATCH := 2017-08-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"