aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisa Pascual Trevino <elisapascual@google.com>2018-01-11 14:49:55 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-01-18 19:41:24 +0000
commitdeed1ad0feeb4dd8c310ed8566f4048f6443e8b5 (patch)
treeb34b80f7d741b0897a8a759f5b8dabc84d1fb836
parente168c353288161d71d4133c18179fc41ee152c19 (diff)
downloadbuild-deed1ad0feeb4dd8c310ed8566f4048f6443e8b5.tar.gz
[DO NOT MERGE] Update security string to 2018-03-01 for oc-dev
Bug:71860241 (cherry picked from commit 275847767a1349fd6887ca67501474c593a21622) Change-Id: I5d77ebc84e29e83befbcc64b10d2120635aba75b
-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 7ebda5594f..1e2d6dbcbf 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-02-05
+ PLATFORM_SECURITY_PATCH := 2018-03-01
endif
ifndef PLATFORM_BASE_OS