aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-22 22:19:59 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-22 22:21:20 +0000
commita9e6398cdf8b761e6f109b3a9ab13e0afcb426e5 (patch)
tree107fc769908f2561cbe19c318e474f85dfba6bcf
parentf4030f3605b15f3f276edc32cdc085e822a0e331 (diff)
parent4fa89709d15b832e87aa20c7674295634f39083a (diff)
downloadbuild-a9e6398cdf8b761e6f109b3a9ab13e0afcb426e5.tar.gz
Make change and version bump to OPM4.171019.019
Change-Id: I190baf9dcf74a7235653b8f26882eda0489641d8
-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 d62eb2f6c2..e09a8ae13d 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.018
+export BUILD_ID=OPM4.171019.019
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index ad38a7a688..a15537e4b1 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-05-01
+ PLATFORM_SECURITY_PATCH := 2018-05-05
endif
ifndef PLATFORM_BASE_OS