aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-02-12 11:55:38 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-15 18:33:23 +0000
commita5529e01563601da5acc29f97b9ce7b0a37a3c0e (patch)
tree06396fafad767b7aabe45674b972f29e324489d1
parent36a36e244e5447bae1f5635a0c9fd4b3447879ca (diff)
downloadbuild-a5529e01563601da5acc29f97b9ce7b0a37a3c0e.tar.gz
[DO NOT MERGE] Update Security String to 2018-04-05 in oc-dev
Bug:73240847 (cherry picked from commit 312d7e7a3c020ed2aec01584ca80b6d6b76800de) Change-Id: Iaefd75bd604bfdbbd91bf3c8ed15c7533b57779a
-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 648a21d853..ba494ff0c1 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-04-01
+ PLATFORM_SECURITY_PATCH := 2018-04-05
endif
ifndef PLATFORM_BASE_OS