aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-11-26 17:21:09 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-11-26 17:21:20 +0000
commit608ccad1bca924d1c416ca6c6d91e62df3cb99ef (patch)
tree4ff68361fe3805e53761260138d788c876254973
parent77a9b57911b821ae08e6881f349071e1667f947c (diff)
parentfe4ba943c7e04c6727ee129178118b22d5604247 (diff)
downloadbuild-608ccad1bca924d1c416ca6c6d91e62df3cb99ef.tar.gz
Make change and version bump to OPM8.190105.001
Change-Id: I790d29e71752ba6aa69d453ddccc06c362c95acb
-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 d233255bf0..b9d616ecb4 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.190101.001
+export BUILD_ID=OPM8.190105.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 5a61918d25..eb23a52724 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 := 2019-01-01
+ PLATFORM_SECURITY_PATCH := 2019-01-05
endif
ifndef PLATFORM_BASE_OS