aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-30 20:08:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-30 20:08:48 +0000
commit3a95e90371e87f5254ba1dbb3b7c2f1a8aac7c21 (patch)
tree8f0bf5b2989485b29cb07e75211ebb5e7e8db22d
parent9d963802382281a3c5bcf75d2d321bb9df004c97 (diff)
parent39e0a9b5ec3c9bb5826f8c826f2e77262ca3c228 (diff)
downloadbuild-oreo-dr1-release.tar.gz
Make change and version bump to OPD1.170816.025android-8.0.0_r33oreo-dr1-release
Change-Id: I674f3d6cee83c84919a2bec501d1e6a10bc285a0
-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 d159ecfaa1..0c14d443c6 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=OPD1.170816.024
+export BUILD_ID=OPD1.170816.025
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