aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 05:45:00 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 05:45:13 +0000
commit883bd67c5139af1fc92e34d72acba99d6aa6b10b (patch)
treefabe447a44da68b9b3e2d8a7c13e040fc3c6096d
parent33032fe711031d532d73982535b46283747d696f (diff)
parent115a4f3e5fc200a41220e82f324cd08b85e71cc9 (diff)
downloadbuild-883bd67c5139af1fc92e34d72acba99d6aa6b10b.tar.gz
Make change and version bump to OPM1.171019.010
Change-Id: Ia49939886417df9615b68f8ab0850f10f521ab36
-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 e0b4874bf9..d52f140676 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=OPM1.171019.009
+export BUILD_ID=OPM1.171019.010
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 01d1c98770..5758d2275f 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,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-12-01
+ PLATFORM_SECURITY_PATCH := 2017-12-05
endif
ifndef PLATFORM_BASE_OS