aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-02-26 23:53:37 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-26 23:54:45 +0000
commit855702f7cedd4ad196dd67888e106015486bdd59 (patch)
tree17116092ec01b7dfc8fed3d479b19cae1829d6b8
parentb83443e22fa292e31d8a9fa3d346cbdfb5be9c7a (diff)
parent772cf9435aeb9608a59542de08c3f5809f8d6e22 (diff)
downloadbuild-855702f7cedd4ad196dd67888e106015486bdd59.tar.gz
Make change and version bump to OPM4.171019.015
Change-Id: I66c0492a9c42c497d1d1e78c2f338db05c631f4b
-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 0f79a94a24..0ddf9c3d07 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.014
+export BUILD_ID=OPM4.171019.015
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index f03d9ba34e..648a21d853 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-03-05
+ PLATFORM_SECURITY_PATCH := 2018-04-01
endif
ifndef PLATFORM_BASE_OS