aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 00:04:24 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 00:05:33 +0000
commit134059238af2149ae182e56eadfc6b28768c6938 (patch)
treedda3233e261738474386364cb949c9eccd7d7208
parent03da82402cc152981ce374a8baca35c9c9269ef1 (diff)
parentcc061dbf00ca5ea2eb8058a75234cfe318ddca95 (diff)
downloadbuild-134059238af2149ae182e56eadfc6b28768c6938.tar.gz
Make change and version bump to OPR4.170623.007
Change-Id: I4e0fc131d6466c3abdb19576c1b40354172d54a0
-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 253ca19fcf..a232c78f8f 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.006
+export BUILD_ID=OPR4.170623.007
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