aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-01-03 22:37:41 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-01-03 22:41:10 +0000
commit551d862fb18728e81d2f41e6757f06fb570b7726 (patch)
treee799e62deff445ce68744e3d936759e038d5e984
parenteaf66a7f07726b0a4a64bd694bb213900881ab34 (diff)
parent22e32333f0a59e92184b0ac34e59a88b8dc867d7 (diff)
downloadbuild-551d862fb18728e81d2f41e6757f06fb570b7726.tar.gz
Make change and version bump to OPM2.171019.015
Change-Id: I883ff062f2e53dc3f9d4f90d302ddceac83331e0
-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 4f06a60955..27bc5965f0 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=OPM2.171019.012
+export BUILD_ID=OPM2.171019.015
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 5758d2275f..23fb68e4d2 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 := 2017-12-05
+ PLATFORM_SECURITY_PATCH := 2018-01-05
endif
ifndef PLATFORM_BASE_OS