From 74f105c16f424de2d81a23c4fc541c93ad3091f0 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Wed, 13 Dec 2017 14:50:48 -0800 Subject: [PATCH] [DO NOT MERGE] Update security string to 2018-02-01 for mnc-dev bug:70348883 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 6a0f86644..eeea2af42 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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-01-01 + PLATFORM_SECURITY_PATCH := 2018-02-01 endif ifeq "" "$(PLATFORM_BASE_OS)"