aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 22:47:30 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 22:49:06 +0000
commita2b5ebb7832f7e9e9a01d238a023bdadfae0c21d (patch)
tree1bd8f45856c1d37964fb257331f01420b3323d86
parent61f009fa40bb8c16477590471bae1cef94d9bf7f (diff)
parent309f4dcd70416e9bfc139727907659459e8849d8 (diff)
downloadbuild-oreo-m2-s1-release.tar.gz
Make change and version bump to OPM2.171019.029.A1android-8.1.0_r25oreo-m2-s1-release
Change-Id: I2f0c30a91b9ab328875c0cc9bae9ef79954e714e
-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..17bcc0e8b5 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.171019.029.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