aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-18 01:29:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-18 01:29:41 +0000
commit0021d5f96cbaf411ed1b76fe88f7317d0a6cef14 (patch)
tree036153e6c9b11ad1988eb67c8cf200cf277d3313
parentb1df9975adfa624538160f986d323947243463a4 (diff)
parent23e25c7f6d9454d018e8e87d8f6ff4f79f97cb9f (diff)
downloadbuild-0021d5f96cbaf411ed1b76fe88f7317d0a6cef14.tar.gz
Make change and version bump to OPD3.170816.018
Change-Id: Ica1e406d943a792f44caba181bfa15835d57f1df
-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 3239ec2c68..be7bf9ac56 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=OPD3.170816.017
+export BUILD_ID=OPD3.170816.018
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index c9cf316b18..0013c46a9a 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -186,7 +186,7 @@ ifndef 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-05
+ PLATFORM_SECURITY_PATCH := 2017-11-06
endif
ifndef PLATFORM_BASE_OS