aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-30 19:20:24 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-30 19:22:14 +0000
commit246e65d478d55cf1193e404804831ee98ff86b76 (patch)
treeae1ed222df45a5e74b75b62edd562470bfdc8c45
parentdaa24467e2980e340f11d981599ab0a8f4dcdbbf (diff)
parent03537c09c69df47df4df2120c6c6dcf2d072c9af (diff)
downloadbuild-android-7.1.2_r23.tar.gz
Make change and version bump to NHG47Oandroid-7.1.2_r23
-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 9a4b47fbe7..d2e93c98ee 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=NHG47N
+export BUILD_ID=NHG47O
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 2fb4556793..369ca90ee9 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-07-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"