aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-06-04 21:56:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-06-04 21:57:20 +0000
commit7f5de013859ccdb83993a6a9bb39195dc2d2f7dd (patch)
treed74b5c17f223d77ef39fb717b85760eae4b59df8
parentc2e092d749c57da30ce324ca22480ee135db4c00 (diff)
parentff3a0c447461ed9dcaf65df59ee51fe3f0cb9528 (diff)
downloadbuild-oreo-m2-s4-release.tar.gz
Make change and version bump to OPM2.171026.006.G1android-8.1.0_r35oreo-m2-s4-release
Change-Id: I7103b452372ba3742b487c8c548a8388a612d82e
-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..3c98d50f1b 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.G1
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