aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 22:21:43 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-13 22:23:58 +0000
commitea9b0383b77124b59adfb6961a839ba6f3716411 (patch)
treefd35b99e12e60ea643329867d7b20af6a2da1fe7
parentbcdf11196769f0474b8f825235fe861e17252e0f (diff)
parent97ad3df339c99a60f8d1c92a1c1e40a95585b0a9 (diff)
downloadbuild-oreo-m4-s3-release.tar.gz
Make change and version bump to OPM4.171019.016.B1android-8.1.0_r28oreo-m4-s3-release
Change-Id: I5566a512d64e17f9c96532fbeed119d8b79427fd
-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..4eafbc930f 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.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