aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-20 21:33:03 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-20 21:38:57 +0000
commit6070a60bb5d3ee6f4cec10ebc652a7525e938622 (patch)
tree36cfd153e5ffd775522078c071b2279fe95eadbe
parent80b31144fae87c9db6a818c37412750c0a7ab715 (diff)
parent140e4b7ab29b681c5480765d98c404c4a582a245 (diff)
downloadbuild-6070a60bb5d3ee6f4cec10ebc652a7525e938622.tar.gz
Make change and version bump to OPR6.170623.022
Change-Id: I28e5f6a2f92212be24b44c193ec8235a0bb719d6
-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 75bc3c8e78..34a698fe0e 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=OPR6.170623.021
+export BUILD_ID=OPR6.170623.022
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 56a4f88bf2..996900ba99 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-11-05
endif
ifndef PLATFORM_BASE_OS