aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-12-06 04:51:26 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-06 04:51:40 +0000
commitf4f0b45af495633bf560954275e16a0dd28be5eb (patch)
treefcad2b5de11c3e9364925fd3f03490f1fd214e09
parent7af96274c7fa2fdbf2d8c6f92f9a80957c308d47 (diff)
parent7167c22bdfc100b3f2e2cd27009abbca0d44d9f2 (diff)
downloadbuild-f4f0b45af495633bf560954275e16a0dd28be5eb.tar.gz
Make change and version bump to OPM4.171019.013
Change-Id: I7d189f59cb8ec7cf88c9ba6be6ef1408737da556
-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 00b91d35b2..f62d708b55 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=OPM4.171019.012
+export BUILD_ID=OPM4.171019.013
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