aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-08-10 20:32:59 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-10 20:33:28 +0000
commit6f135c944819362022fbeb5c773d30bdb0217a27 (patch)
treeb3972eee21de6c9b3844454cebfd6764d128caa0
parentdd72b82aaac649b80308503ff5ca2f6d8bac0047 (diff)
parentd0cfefdbc15a8ae3f38fdae6005f07a7b86211f5 (diff)
downloadbuild-oreo-m6-s4-release.tar.gz
Make change and version bump to OPM6.171019.030.K1android-8.1.0_r46oreo-m6-s4-release
Change-Id: I7a031b5ce583b9ae25043eac353fa46039938014
-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 3fbfc1ff22..c9fb37237c 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=OPM6.171019.030
+export BUILD_ID=OPM6.171019.030.K1
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a15537e4b1..a4185b1ed7 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-09-05
endif
ifndef PLATFORM_BASE_OS