aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-06-11 22:24:55 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-06-11 22:26:32 +0000
commitc455ebfef447aa1338a70b2ce797bf738408963b (patch)
tree0e716f993eeeca332e2a0f236a6c41ed6fc78412
parentc2e092d749c57da30ce324ca22480ee135db4c00 (diff)
parent33fedf69a2d1aeb03a454c2a5b54717921e1703d (diff)
downloadbuild-oreo-m2-s5-release.tar.gz
Make change and version bump to OPM2.171026.006.H1android-8.1.0_r36oreo-m2-s5-release
Change-Id: Idc6b7cc18d1cb2d35c3827f2b31ab7d4f0c442a6
-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 18d3454043..973767d488 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=OPM2.171026.006
+export BUILD_ID=OPM2.171026.006.H1
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