aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-28 03:36:04 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-28 03:36:56 +0000
commitdfe9002242921118f8c749d23637708a5a818734 (patch)
treebbd4d53a5efe4f162f25fc592171395499c1a487
parentecdd8178179eb066749e0caefdc18deea8e07b70 (diff)
parente734705564954102f44dcd5f3daef1b5dd8d2112 (diff)
downloadplatform_build-dfe9002242921118f8c749d23637708a5a818734.tar.gz
platform_build-dfe9002242921118f8c749d23637708a5a818734.tar.bz2
platform_build-dfe9002242921118f8c749d23637708a5a818734.zip
Make change and version bump to OPM1.171019.012android-8.1.0_r3
Change-Id: Ied0468dbda55a5c21e048fdac64ecc529bcc98b4
-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 8fc715cf5b..6be08bbae3 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.011
+export BUILD_ID=OPM1.171019.012
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 5758d2275f..23fb68e4d2 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-05
+ PLATFORM_SECURITY_PATCH := 2018-01-05
endif
ifndef PLATFORM_BASE_OS