aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-21 21:24:03 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-21 21:30:39 +0000
commitbcdf11196769f0474b8f825235fe861e17252e0f (patch)
treebd8084685fbadc265bc768bf89a95f6f8fee3e66
parent855702f7cedd4ad196dd67888e106015486bdd59 (diff)
parent61f009fa40bb8c16477590471bae1cef94d9bf7f (diff)
downloadbuild-bcdf11196769f0474b8f825235fe861e17252e0f.tar.gz
Make change and version bump to OPM4.171019.016
Change-Id: I4a280ddb87e09e4fcaf262e39cc4fb2129e6d542
-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 0ddf9c3d07..a1102dde0e 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.015
+export BUILD_ID=OPM4.171019.016
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 648a21d853..ba494ff0c1 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-01
+ PLATFORM_SECURITY_PATCH := 2018-04-05
endif
ifndef PLATFORM_BASE_OS