aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-18 01:38:15 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-18 01:38:28 +0000
commita052410564c0dcc6e09e5e433000f9aa73937f1a (patch)
treed169b545c4b448f384d374e6ec7730a7070603be
parent6c17b8315913fb2e4d8dae4193562acf32ddbe9e (diff)
parentd40b9e4918224afce6d5a70deb9290e4255bebc4 (diff)
downloadbuild-a052410564c0dcc6e09e5e433000f9aa73937f1a.tar.gz
Make change and version bump to OPR4.170623.018
Change-Id: I6546ec8a845104cfded5b0bf73a46a0101f44341
-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 33a1f31bc8..b0f5cc10c2 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.017
+export BUILD_ID=OPR4.170623.018
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 996900ba99..636d9e3496 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-05
+ PLATFORM_SECURITY_PATCH := 2017-11-06
endif
ifndef PLATFORM_BASE_OS