From: Chih-Wei Huang Date: Wed, 20 May 2020 14:29:58 +0000 (+0800) Subject: Merge remote-tracking branch 'cm/cm-14.1' into cm-14.1-x86 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=50a95eda89982a0634cfcd2fbdcba02f340dee55;hp=eb1a513200bd22b1f64468d97b56b61e16b80a86;p=android-x86%2Fbuild.git Merge remote-tracking branch 'cm/cm-14.1' into cm-14.1-x86 --- diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f62ca432b..b3377d367 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 := 2019-09-05 + PLATFORM_SECURITY_PATCH := 2020-04-05 endif ifeq "" "$(PLATFORM_BASE_OS)"