aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-15 00:47:58 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-15 00:48:37 +0000
commit7416649d848ebbf72f1cd5afec9c28150eab5784 (patch)
tree36f3434d665883602f73f1ccc5357d700b305864
parent854099edf314af58ea1ab8b6a5451424b9cd8e79 (diff)
parent79376adf80ad2b9f6a15bcadef2b98ffe82a0a52 (diff)
downloadbuild-android-8.1.0_r13.tar.gz
Make change and version bump to OPM3.171019.014android-8.1.0_r13
Change-Id: I09d69bbe246577633300a3b287385bd9d2bebd73
-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 2b5549f092..7cd8727a5a 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=OPM3.171019.013
+export BUILD_ID=OPM3.171019.014
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