diff options
| author | 2020-11-05 06:30:52 +0000 | |
|---|---|---|
| committer | 2020-11-05 06:30:55 +0000 | |
| commit | 952f59cccde14971c9199d2f906ddd82dff5e6dd (patch) | |
| tree | 3c16b0befd94e337ce3e023227dd8de7146e053b | |
| parent | a7beb10933218c347b67aba9c0a7c2c53d36acf1 (diff) | |
| parent | 47ba91cd62e20c0f1d0e03ca1df6abb97c7c9cd9 (diff) | |
resolve merge conflicts of 47ba91cd62e20c0f1d0e03ca1df6abb97c7c9cd9 to qt-qpr1-dev
Update Security String to 2020-10-01
Bug: 163542576
Change-Id: Ib3ea041e914229da60487137b385933f31238089
Merged-In: I4973247ab66704c16446c47c6fd830a21ea2504f
| -rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 6d55d97cf0..2c148da9b5 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,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 := 2020-09-01 + PLATFORM_SECURITY_PATCH := 2020-10-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |