aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 18:43:12 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 18:43:28 +0000
commitd0f65c08473429ccc4dc83bfe36a4962994b4e8e (patch)
tree7ac9b5a77d1fe77bdf8294b9f6b5de0c02dd4928
parent26eb3ea5573276fb93bd968949a6b8bcef62ecbf (diff)
parent7080f012571a3dd1e6ab1d2a1b2b0615930d4db8 (diff)
downloadbuild-oreo-r4-release.tar.gz
Make change and version bump to OPR4.170623.020android-8.0.0_r35oreo-r4-release
Change-Id: I7ca6ec80deee5548a670db3d5d0cad250635ef8f
-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 a8caf4eeb5..a53de91ebe 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=OPR4.170623.019
+export BUILD_ID=OPR4.170623.020
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 636d9e3496..420d8b16cd 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -165,7 +165,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 := 2017-11-06
+ PLATFORM_SECURITY_PATCH := 2017-12-01
endif
ifndef PLATFORM_BASE_OS