aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-08-16 01:24:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-16 01:25:09 +0000
commitb3ad0c4918d5badbe28571a598fa949d170da66d (patch)
treea2bfd9b6ef97cf1c81a70b5ecc4b4cc2b454a4e8
parent79192cb4a1357d4fbfe5392358994ea56ae21d69 (diff)
parent1b576d39114c2bfbee6b0822960a57a240126fca (diff)
downloadbuild-b3ad0c4918d5badbe28571a598fa949d170da66d.tar.gz
Make change and version bump to OPM8.181005.001
Change-Id: Id2a621efa4cdd560a4b89a232a1983eba5e15648
-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 8ba65e16ef..66a81089d8 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=OPM4.171019.021.Z1
+export BUILD_ID=OPM8.181005.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a4185b1ed7..4dee6f00c5 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 := 2018-09-05
+ PLATFORM_SECURITY_PATCH := 2018-10-05
endif
ifndef PLATFORM_BASE_OS