aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-15 23:16:45 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-15 23:17:02 +0000
commit6e7365dd5a608b1a945d536bc4c9f7e97197bf6b (patch)
treea398ef528e5628fa703f37167152ba767c879aa5
parent4ad41b16402feaa1f61a1048acaa7b9afc3619f9 (diff)
parent5eddfa330e3392177be50ea5df722db1d725dc25 (diff)
downloadbuild-6e7365dd5a608b1a945d536bc4c9f7e97197bf6b.tar.gz
Make change and version bump to NBD92Nandroid-7.0.0_r34
Change-Id: I1e4170be0e708a61664cff472c250be2397d84dc
-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 99705f9981..f9dbd7fa16 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=NBD92M
+export BUILD_ID=NBD92N
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index dff27df36b..d6161773a1 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-09-01
+ PLATFORM_SECURITY_PATCH := 2017-10-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"