aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2019-05-13 17:01:31 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-21 06:29:03 +0000
commit07050936a39ad6314ae49565b44bddb203f7a32b (patch)
tree2342ea7ada38647248c603cfe96c798201178733
parent90c61dbdcd655593c7dd29bbde56a84b1e7fe00d (diff)
downloadbuild-07050936a39ad6314ae49565b44bddb203f7a32b.tar.gz
Update Security String to 2019-07-05
Bug:132634503 (cherry picked from commit 0718f458a1861cb70b1ab0aafa70d794c72c9f14) Change-Id: Id2b2d4417c0a406d752734804359988f9c890fc3
-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 1b49b3a6d0..a8487e5128 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-07-01
+ PLATFORM_SECURITY_PATCH := 2019-07-05
endif
ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP