From fedac8dbc2cc83fc55af7a5b84f7a8a0f6e422a7 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Wed, 13 Dec 2017 14:41:00 -0800 Subject: [PATCH] [DO NOT MERGE] Update security string to 2018-02-01 for lmp-mr1-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 e508b4c22..a3f4cb207 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -75,7 +75,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 := 2017-02-05 + PLATFORM_SECURITY_PATCH := 2018-02-01 endif ifeq "" "$(PLATFORM_BASE_OS)"