aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-09-14 20:50:28 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-09-14 20:50:35 +0000
commitda65aa7de6c35ad2e28a9e285004ad5b3f017121 (patch)
tree45f8c8c43cf474177e848b7c0cb8f55e605d28b3
parent04e9ce76bb8aa4f8f0b58d436088a40822c383dd (diff)
parent1b95478d5bfbe214bd86faa421f3e73b1373746f (diff)
downloadbuild-da65aa7de6c35ad2e28a9e285004ad5b3f017121.tar.gz
Make change and version bump to NBD92V
Change-Id: I968917a78325e95d476a0be10070eea390dbdae3
-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 92df72e75e..942aa7c91c 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=NBD92U
+export BUILD_ID=NBD92V
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 5f009477f9..8c0f9e8c8f 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 := 2018-04-01
+ PLATFORM_SECURITY_PATCH := 2018-10-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"