aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2019-01-08 22:45:32 +0000
committerAndroid Build Merger (Role) <noreply-android-build-merger@google.com>2019-01-08 22:45:32 +0000
commit440db909212cb2ce57c410748421a399d04eca4f (patch)
tree3c8e9c1c9b669dc250aa2901847490beb511e06d
parent2ba5f007a997c77944d8beb6d236314412a668c4 (diff)
parent33ecfffc1f66fec0d3e474be979099fb84236cdb (diff)
downloadbuild-440db909212cb2ce57c410748421a399d04eca4f.tar.gz
[automerger] [DO NOT MERGE] Update Platform Security String to 2019-03-01 for nyc-dev Bug:122541777 am: 7a403979d6 am: e56e5efec9 am: 87877d530a am: 33ecfffc1f
Change-Id: I4268b17fbd7e064dd5c1a77048ef238ce2eb3075
-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 7afc8014be..46d8b8857f 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -131,7 +131,7 @@ ifeq "" "$(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-05-01
+ PLATFORM_SECURITY_PATCH := 2019-03-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"