aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 22:59:11 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 23:00:28 +0000
commit4679623877477308085dcefc7261868ea7d49d47 (patch)
tree91b024212aca4c1ad41ef0f700513aeff567f430
parent61f009fa40bb8c16477590471bae1cef94d9bf7f (diff)
parentbb09771b042941875ff35939158e6b841aedf6b5 (diff)
downloadbuild-oreo-m2-s2-release.tar.gz
Make change and version bump to OPM2.171019.029.B1android-8.1.0_r26oreo-m2-s2-release
Change-Id: I1792b423a37a3332d04aea889db7574fc1fa5000
-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..125773a906 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.B1
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