aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubo Hristov <lubomir@google.com>2018-11-07 17:25:20 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-11-26 17:19:25 +0000
commitfe4ba943c7e04c6727ee129178118b22d5604247 (patch)
treea2c31c7c4aff8fdaf14961ddc70af0504ef5d21a
parent77a9b57911b821ae08e6881f349071e1667f947c (diff)
downloadbuild-fe4ba943c7e04c6727ee129178118b22d5604247.tar.gz
[DO NOT MERGE] Security string update to 2019-01-05
bug:118903919 (cherry picked from commit d6db2cb053bd8660ee624b77478d23ee37ab76c2) Change-Id: I2492a1f7baf13f7154cb248d3ca6aee29d4c951a
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
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