aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-02-12 11:54:31 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-15 18:33:18 +0000
commit36a36e244e5447bae1f5635a0c9fd4b3447879ca (patch)
tree97fd640e94001cfa2a32435005a323635973ad3c
parent95710d61d368ef91d1e5e8288aae88a34073886f (diff)
downloadbuild-36a36e244e5447bae1f5635a0c9fd4b3447879ca.tar.gz
[DO NOT MERGE]Update Security String to 2018-04-01 in oc-dev
Bug:73240847 (cherry picked from commit accee92300b551449cca63b5b4de93543a77b854) Change-Id: I58930e2e535be7d83497b9648c7c4fef51a4a20c
-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 f03d9ba34e..648a21d853 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 := 2018-03-05
+ PLATFORM_SECURITY_PATCH := 2018-04-01
endif
ifndef PLATFORM_BASE_OS