aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-31 18:17:29 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-31 18:18:04 +0000
commit29b1b791b2ff50547d8998b78823e5531c5a7001 (patch)
tree960d90e8563252337765c83ddaaf5806d88bc4bf
parent4fc0a310c56fbdab76991bb29f17d4298d2d30af (diff)
parentc74dc48833ed492b01ed590ffc361e74c04670ce (diff)
downloadbuild-29b1b791b2ff50547d8998b78823e5531c5a7001.tar.gz
Make change and version bump to N9F27D
-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 063978a455..a23c6f8a93 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=N9F27C
+export BUILD_ID=N9F27D
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index e42903a581..0979efc58e 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,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-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"