aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-11-26 16:25:19 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-11-26 16:25:27 +0000
commit77a9b57911b821ae08e6881f349071e1667f947c (patch)
tree614b75314fe30bc9da219b0f0be4e845eb2550e1
parentad57c259caa4a1c0658fbe8ea7c7e8c0e475977d (diff)
parentb2139cd8552f0991bcb960ab4333bca1d7a94d7a (diff)
downloadbuild-77a9b57911b821ae08e6881f349071e1667f947c.tar.gz
Make change and version bump to OPM8.190101.001
Change-Id: Ic3a4b9cb3ad66cc8d73caac4952a1b19e73b6bbd
-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 12bc560e3f..d233255bf0 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=OPM8.181205.001
+export BUILD_ID=OPM8.190101.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 2904da31dd..5a61918d25 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-12-05
+ PLATFORM_SECURITY_PATCH := 2019-01-01
endif
ifndef PLATFORM_BASE_OS