aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-06-04 23:56:45 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-06-04 23:56:54 +0000
commit7664badc65dc7a5c3dc035ba231bf89e00bb9020 (patch)
treec01cc0891acbceac1dd067b1940ca4001fb2d1b9
parent2d990ff2f772184e8e47c0a398f874f342e7d561 (diff)
parenta865e0e58b9654a3a4cae6cea5ccb56f4de26b86 (diff)
downloadbuild-oreo-m4-s9-release.tar.gz
Make change and version bump to OPM4.171019.021.Q1android-8.1.0_r39oreo-m4-s9-release
Change-Id: I5a2949e4cbf23a84548e0033380402127ce4e2b9
-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..8c5467850b 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.Q1
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a15537e4b1..e23b9af30c 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-07-05
endif
ifndef PLATFORM_BASE_OS