aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-14 21:45:31 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-14 21:49:19 +0000
commitb0ade56b2a467a7f6bf5e83da3cce436717fd223 (patch)
tree9d56f54eea5ed1bdfd7278d27983de2f04b3ca8f
parent56f8ff382d9e46a9b85d06ccc8d5d457e1a9c282 (diff)
parent27db6b73aee7d0897594b1419d18f321ba9efda4 (diff)
downloadbuild-b0ade56b2a467a7f6bf5e83da3cce436717fd223.tar.gz
Make change and version bump to OPR5.170814.001
Change-Id: I6cbcff777431a6cc06ccc3a71ea5fc9983791bad
-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 b7bad1b953..dd28f97bb1 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=OPR5.170623.001
+export BUILD_ID=OPR5.170814.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index c4d926ac73..56a4f88bf2 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-08-05
+ PLATFORM_SECURITY_PATCH := 2017-09-05
endif
ifndef PLATFORM_BASE_OS