diff --git a/core/version_defaults.mk b/core/version_defaults.mk index eddc755d45664d25d83d3d0420ade118958b7278..07f19ddc500d7231296b8e33cf9fba7b3ed16b96 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 := 2021-01-01 + PLATFORM_SECURITY_PATCH := 2021-02-01 endif ifndef PLATFORM_BASE_OS