aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-24 22:13:21 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-24 22:14:07 +0000
commit9c1336216311456e573e7650a777fcff327c377f (patch)
treef9f90d6f11e6de25222eab456a5f0cac4e2cf830
parenta6d4f1fe941447b37df3ce21e0184b4b4c81bbd9 (diff)
parent2ee7353d1d5e15ca1052e2de3289e5d757db8bc9 (diff)
downloadbuild-9c1336216311456e573e7650a777fcff327c377f.tar.gz
Make change and version bump to N2G47Y
-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 dd2a8ecb5b..a03e7816da 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=N2G47X
+export BUILD_ID=N2G47Y
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)"