aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-25 18:42:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-25 18:43:27 +0000
commit213bcd641f4dd8ec19f1af61e0547dc8e006f2e2 (patch)
tree2749fcaf80966192a07562172c0dafeb0ba5b946
parentdd72b82aaac649b80308503ff5ca2f6d8bac0047 (diff)
parent2b808db05ccf37afb816470ebdb89818307c396f (diff)
downloadbuild-oreo-m6-s2-release.tar.gz
Make change and version bump to OPM6.171019.030.E1android-8.1.0_r41oreo-m6-s2-release
Change-Id: I19561e0d856df84c48f366a7dea5280fb47c4011
-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..daef512769 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.E1
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