aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-08 23:35:06 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-08 23:35:38 +0000
commit1262df064cd5cdd0719461fc99bb96c50cf95caf (patch)
tree7ac0c38f45b1540f863db41311d29fc310353ac9
parent2d990ff2f772184e8e47c0a398f874f342e7d561 (diff)
parentc00bc55cc3fb23bc96462f542ca4a3fa74349acd (diff)
downloadbuild-oreo-m4-s6-release.tar.gz
Make change and version bump to OPM4.171019.021.E1android-8.1.0_r32oreo-m4-s6-release
Change-Id: Ifc9783ffdac30e41c11153d5ecd0c654fe7d7549
-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..290a3c1ee0 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.E1
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index a15537e4b1..efe68764fe 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-06-05
endif
ifndef PLATFORM_BASE_OS