aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-01 00:21:15 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-01 00:21:51 +0000
commit16e317578c9fd1cc897fc067c0700bd3106dc39e (patch)
tree7d7bda163b56e61ae423813eddb8e380caad027a
parent60f603e99f006c9e57366982cfe72f0ea4703082 (diff)
parentc05e5affc0eaa9b8ad8c08cf4480268c3af9c923 (diff)
downloadbuild-16e317578c9fd1cc897fc067c0700bd3106dc39e.tar.gz
Make change and version bump to NBD92R
Change-Id: Id3f12b5a1c6adb4ee02a97b03fcb6ed6d37ff4d4
-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 1a43d179f0..3d524038b5 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=NBD92Q
+export BUILD_ID=NBD92R
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index d7a882b7d5..956eafe9a9 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-11-01
+ PLATFORM_SECURITY_PATCH := 2018-01-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"