aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 19:17:49 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 19:18:42 +0000
commit255a2cc21d01f140cb3bd86c157c57a39b25c6e5 (patch)
treedd67b278313bd9e0287155f8c7670b63c9e943af
parent7cde8e4ce74bfe12baf2db3b48283bbca54ba27b (diff)
parentef3f84c0ebe3407f15370ac1fef2fd2c97faae66 (diff)
downloadbuild-oreo-r5-release.tar.gz
Make change and version bump to OPR5.170623.014android-8.0.0_r36oreo-r5-release
Change-Id: I879657439b1b0ee83af441c85f1d90c2370db2de
-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 97468038d8..5ba3603643 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -30,4 +30,4 @@
# https://docs.google.com/document/d/17eqVTxMc2do05T6qwt4eASVyxy8u3Cme4u4fVD5q0VM/view#
#
-export BUILD_ID=OPR5.170623.013
+export BUILD_ID=OPR5.170623.014
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 636d9e3496..420d8b16cd 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-06
+ PLATFORM_SECURITY_PATCH := 2017-12-01
endif
ifndef PLATFORM_BASE_OS