aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-01-15 01:52:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-01-15 01:52:09 +0000
commit7e8e840f6147dd56c8f1671bd1709c7cf6deabcc (patch)
tree2b3abadfed1013b297e4cd4c0b74931800d5bca3
parent04bc1f36dad0ecc4c3ca8744997ec2562ab18ede (diff)
parent6698efad06be4f6e57f9381290d709c7b649ea7c (diff)
downloadbuild-7e8e840f6147dd56c8f1671bd1709c7cf6deabcc.tar.gz
Merge "[DO NOT MERGE] Update Platform Security String to 2019-03-01 for oc-mr1-dev Bug:122541777" into oc-mr1-dev
-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 d4c4dc61ca..69cba6894c 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-02-05
+ PLATFORM_SECURITY_PATCH := 2019-03-01
endif
ifndef PLATFORM_BASE_OS