aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-11 19:13:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-11 19:14:03 +0000
commitae66b2a2ef25c0550287b2051944730aecefb87d (patch)
treea0a05c2e99d9cc48b58e524b21cd93587400c136
parentc4173324069fc8ffc35d98b5d282817f5a95d71f (diff)
parent798a617dff3ccf35b4f782f5b157bce0cd1e29bc (diff)
downloadbuild-ae66b2a2ef25c0550287b2051944730aecefb87d.tar.gz
Make change and version bump to NJH34B
-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 72453c1e5f..a2961f448c 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=NJH34
+export BUILD_ID=NJH34B
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 9889f51e47..2fb4556793 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -131,7 +131,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# It must be of the form "YYYY-MM-DD" on production devices.
# 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-06-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"