aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-12 18:13:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-12 18:13:44 +0000
commit85e023db6510bbeb1a01a0bb1f41a5a17af5d386 (patch)
tree85e51a2f78dc2f46d0a15a2bb5fa0d1896730196
parent320f9ba2d22119d0b6688a4b2d42ab43a224ae02 (diff)
parent77fe13026e4c535649e44b07452b3fe82b961390 (diff)
downloadbuild-linaro-m-gcc7.tar.gz
Make change and version bump to MOB31Zandroid-6.0.1_r80linaro-m-gcc7
Change-Id: I3eb819a6ae7c3271c84e8cb9cdc7bc125e29e971
-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 d29dcab060..2a87fbdb56 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=MOB31Y
+export BUILD_ID=MOB31Z
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a2bb05b674..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-06-01
+ PLATFORM_SECURITY_PATCH := 2017-07-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"