aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-04 22:06:45 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-04 22:07:03 +0000
commitc4173324069fc8ffc35d98b5d282817f5a95d71f (patch)
treed2661742caa07df6c4b9d111a0463446a3e47609
parent2b4521f7f93bafd63ef664ec78dd388898a55a1c (diff)
parentb21d5c7fe5c959db6c076de46dbdd14fa81832e5 (diff)
downloadbuild-c4173324069fc8ffc35d98b5d282817f5a95d71f.tar.gz
Make change and version bump to NJH34
-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 a9d46ad817..72453c1e5f 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=NJH25B
+export BUILD_ID=NJH34
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 2fb4556793..9889f51e47 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-05
+ PLATFORM_SECURITY_PATCH := 2017-06-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"