aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 22:10:51 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 22:12:03 +0000
commitf32ef15c1421d8b1de79a064037ceebd796c9be7 (patch)
tree68db89f4ab1699fae9805a51605ca8551e08b8f3
parentbcdf11196769f0474b8f825235fe861e17252e0f (diff)
parent97959574886a8e7aabddf762825173c1431ef5bc (diff)
downloadbuild-oreo-m4-s2-release.tar.gz
Make change and version bump to OPM4.171019.016.A1android-8.1.0_r27oreo-m4-s2-release
Change-Id: I008116f33d36430b0830d7f0887098b60359e56b
-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 a1102dde0e..c8a6ddb12a 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.016
+export BUILD_ID=OPM4.171019.016.A1
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index ba494ff0c1..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-04-05
+ PLATFORM_SECURITY_PATCH := 2018-05-05
endif
ifndef PLATFORM_BASE_OS