aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-22 23:25:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-22 23:26:52 +0000
commita60ab7478aa26d5514e2cac525063ec720828700 (patch)
treecea688558113ac387b71334774958958506c63fe
parenta9a3c5cd9a6a7769313e7e28c6d5b779d7fac95e (diff)
parent5806b0d275c09eee9dcd257e93107b85b16f99d0 (diff)
downloadbuild-a60ab7478aa26d5514e2cac525063ec720828700.tar.gz
Make change and version bump to OPR1.170623.027android-8.0.0_r13
Change-Id: I84ae2a40e50facee59d799a27b445fea34a77d31
-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 d060d32653..7b7a733429 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=OPR1.170623.026
+export BUILD_ID=OPR1.170623.027
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 56a4f88bf2..a44ce774a5 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-09-05
+ PLATFORM_SECURITY_PATCH := 2017-10-05
endif
ifndef PLATFORM_BASE_OS