aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-04-25 17:25:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-04-25 17:26:11 +0000
commit2b4521f7f93bafd63ef664ec78dd388898a55a1c (patch)
tree062b54f6f1b8d0cc4d676545f4f51b6a24e70e3b
parentf0731b25ec665982f8819f95da86fe8962d96b80 (diff)
parent64eb92526e853d6661d62ba281d5dfc0b4a5b370 (diff)
downloadbuild-2b4521f7f93bafd63ef664ec78dd388898a55a1c.tar.gz
Make change and version bump to NJH25B
-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 d7f739d5bf..a9d46ad817 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=NJH25
+export BUILD_ID=NJH25B
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)"