aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-22 20:43:00 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-22 20:44:13 +0000
commitf4030f3605b15f3f276edc32cdc085e822a0e331 (patch)
tree908b56b16583eebaaaacf0ac7c3a4292961af63d
parentccde02257e1a33b65df63e9634550717a0b2f647 (diff)
parent2e55ac56c59f28a8cad7cf9fc8807fc537a06252 (diff)
downloadbuild-f4030f3605b15f3f276edc32cdc085e822a0e331.tar.gz
Make change and version bump to OPM4.171019.018
Change-Id: I79dad3be5917dab8f5b71baa03d6c2ff5b0040a0
-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 05ecc9a553..d62eb2f6c2 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.017
+export BUILD_ID=OPM4.171019.018
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index ba494ff0c1..ad38a7a688 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-04-05
+ PLATFORM_SECURITY_PATCH := 2018-05-01
endif
ifndef PLATFORM_BASE_OS