aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-14 21:23:30 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-14 21:23:57 +0000
commitd88088a407cab99d0e30192d2ee50ab0c60e49ac (patch)
treebcd41f4902311b5bafe482d1e2fb8ddafa49ef95
parentbde674396f37628e0554c9957813dcaf9f6c3d0c (diff)
parentb7a69b91299eddfd403fec0743c8cf1b21667d69 (diff)
downloadbuild-d88088a407cab99d0e30192d2ee50ab0c60e49ac.tar.gz
Make change and version bump to OPM1.171019.016android-8.1.0_r10
Change-Id: Ibfb9fdf363c58ec76c88e0bba04b86f457718a6c
-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 bedf2624dd..8f576a239d 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=OPM1.171019.015
+export BUILD_ID=OPM1.171019.016
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