aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-21 19:25:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-21 19:26:39 +0000
commit55fcae99fbfde05e8ce26a372a9dc17e1740213d (patch)
tree29b1fc1f14393ea0356a240bedf57c35175ec921
parent61f009fa40bb8c16477590471bae1cef94d9bf7f (diff)
parent46836eac6095643772f1b0219c2ff8cda4c62d08 (diff)
downloadbuild-55fcae99fbfde05e8ce26a372a9dc17e1740213d.tar.gz
Make change and version bump to OPM2.171026.002
Change-Id: I896a5a85af94beb071f628b3ac38a8d45de6f54e
-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 8750b1e4e4..8715cf903b 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=OPM2.171019.029
+export BUILD_ID=OPM2.171026.002
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