aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-01-04 19:32:25 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-01-04 19:32:58 +0000
commite168c353288161d71d4133c18179fc41ee152c19 (patch)
tree9b5f7b65f6b57480c06715ea40d1241c233c2a0b
parent099825f692049771cd73c8855c84ccb2627f8f74 (diff)
parent07ce56fb23e4215ff58ec606df483152ad723b49 (diff)
downloadbuild-android-8.1.0_r14.tar.gz
Make change and version bump to OPM5.171019.015android-8.1.0_r14
Change-Id: I24ffc9d5601b6e596f58b4e8d3eddd7f71c4e376
-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 8c321fa710..0ac4cd6927 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=OPM5.171019.014
+export BUILD_ID=OPM5.171019.015
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 23fb68e4d2..7ebda5594f 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,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 := 2018-01-05
+ PLATFORM_SECURITY_PATCH := 2018-02-05
endif
ifndef PLATFORM_BASE_OS