aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-25 17:52:41 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-25 17:53:45 +0000
commita08cc548af8a450f2f81e73df4cfad3023373e0d (patch)
tree71233f71607365f4994d883e7200a309cd270a09
parent90a3a2c954be5feaf5fdb15cf989ead262950a02 (diff)
parent6bb0fdd9e373248de9b4b7347494f750c4d61324 (diff)
downloadbuild-a08cc548af8a450f2f81e73df4cfad3023373e0d.tar.gz
Make change and version bump to N6F27F
-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 4c39a98278..902ddab741 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=N6F27E
+export BUILD_ID=N6F27F
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index e42903a581..a0bdcf9687 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-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"