aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-17 18:04:15 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-17 18:07:35 +0000
commit1cdf5f2e38659432766d701ba0216b5c31ba323f (patch)
treec07f84d953cfdb920965dbad46a19c81bcfa7cd8
parentbcdf11196769f0474b8f825235fe861e17252e0f (diff)
parent43c240efef5cff985eef4a3bc71e8458101de7e6 (diff)
downloadbuild-oreo-m4-s4-release.tar.gz
Make change and version bump to OPM4.171019.016.C1android-8.1.0_r29oreo-m4-s4-release
Change-Id: Ic0a746f20f3ff168a1372a3f4b3fb4f01c8a0634
-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..ba74c15a9d 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.C1
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