aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-08 23:36:25 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-08 23:37:09 +0000
commit56e105a03edeea80673b29ad298c16a3a0583c43 (patch)
treefe3d9982c313f19a515a71d659b8b325f7121ae0
parentc2e092d749c57da30ce324ca22480ee135db4c00 (diff)
parent1bf5a21acb484d194acc4d0faea3b3048cc77305 (diff)
downloadbuild-oreo-m2-s3-release.tar.gz
Make change and version bump to OPM2.171026.006.C1android-8.1.0_r30oreo-m2-s3-release
Change-Id: Ia20b8e72f3595bfd14cbc2986dfb68dbb01a09c6
-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 18d3454043..da0b64364b 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.171026.006
+export BUILD_ID=OPM2.171026.006.C1
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a15537e4b1..efe68764fe 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-05-05
+ PLATFORM_SECURITY_PATCH := 2018-06-05
endif
ifndef PLATFORM_BASE_OS