aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-30 18:59:58 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-30 19:00:57 +0000
commit8103717db1a0f8c6f0fd18f395b992407574cba7 (patch)
treeb520e7f46ad4ff299133af24c19ca2d289483b2f
parent7f7bbeefa9b1e580598a404677e0efb27308d067 (diff)
parent618628e845a0aaaa00a0b31d66d28c91e96c6a1b (diff)
downloadbuild-oreo-dr3-release.tar.gz
Make change and version bump to OPD3.170816.023android-8.0.0_r34oreo-dr3-release
Change-Id: Ibadc61ddd2fc88572ef6205365f778f36c228fad
-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 ecdd8d2e24..23521c7734 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=OPD3.170816.022
+export BUILD_ID=OPD3.170816.023
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 0013c46a9a..c9cf316b18 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -186,7 +186,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-11-05
endif
ifndef PLATFORM_BASE_OS