aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisa Pascual Trevino <elisapascual@google.com>2018-12-03 23:48:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-12-03 23:48:04 +0000
commitb25932150d70256b6c4d18ac8a596e338baa0ff7 (patch)
tree0f1119587b36b26f698a63cd21ffce5f663d9a44
parent7c221cf3f3fd99c97bb3dd1d5f4fb23069c97f00 (diff)
parenta9c8e6165e201ba44c6fb485d4e73c43cb32175d (diff)
downloadbuild-b25932150d70256b6c4d18ac8a596e338baa0ff7.tar.gz
Merge "[DO NOT MERGE] Security String update to 2019-02-05 Bug: 120144419" into pi-dev
-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 4e3dd40d83..57e5492f97 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -231,7 +231,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-02-01
+ PLATFORM_SECURITY_PATCH := 2019-02-05
endif
ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP