aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-07-20 00:22:23 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-07-20 00:22:40 +0000
commit9a7741e443c90b4a8881fcc7a0208578eaee6860 (patch)
tree84f44c4cd82a83cd1575c2fe8934928945e5bff3
parent2d990ff2f772184e8e47c0a398f874f342e7d561 (diff)
parentaa5ffb9a88a361f13bcc6b393c34909ef082cb91 (diff)
downloadbuild-oreo-m4-s11-release.tar.gz
Make change and version bump to OPM4.171019.021.Y1android-8.1.0_r42oreo-m4-s11-release
Change-Id: I995f106c0e053680ea807ab8e61f2b81da0f7aee
-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 f4c6477201..0393eff343 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.021
+export BUILD_ID=OPM4.171019.021.Y1
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a15537e4b1..395442e2b6 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-08-05
endif
ifndef PLATFORM_BASE_OS