aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2019-05-14 14:52:55 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-14 14:52:55 -0700
commit2ec2e55239d7f1d1cb2f1645cfeb208073130b31 (patch)
tree462f54adc65c7e076cb6b00f6dcfc3e7172ed9f0
parent58c2ebf84b3833f63ca268a6e28f327461f5db16 (diff)
parent67f7ba7d9c28bd3ca7ffe82b3e4a52ce08a6b68a (diff)
downloadbuild-2ec2e55239d7f1d1cb2f1645cfeb208073130b31.tar.gz
Update Security String to 2019-07-05 Bug:132634503 am: 0718f458a1
am: 67f7ba7d9c Change-Id: Id153c7f78dcf9cb5f0aacf261837bff9844f9cbf
-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 be3ccdc89a..7a884e9d8b 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-07-01
+ PLATFORM_SECURITY_PATCH := 2019-07-05
endif
ifndef PLATFORM_BASE_OS