diff options
| author | 2020-02-11 19:07:57 +0000 | |
|---|---|---|
| committer | 2020-02-11 19:08:33 +0000 | |
| commit | 76d1db68a27db24d16ddcd1f54cb131c74eb7495 (patch) | |
| tree | 2768b314705e1430f9c76737e20c66f9cda9602b | |
| parent | 6f46bdfe93d7a1ba9404edb624d6d196dd9f9459 (diff) | |
| parent | ea529bd13813174fa1195bdfe3e572e880215200 (diff) | |
Make change and version bump to QQ2A.200401.001
Change-Id: Idc91fb202e6524ec033984a0304cf4664c141172
| -rw-r--r-- | core/build_id.mk | 2 | ||||
| -rw-r--r-- | core/version_defaults.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 51f67cf370..1f929929c9 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -BUILD_ID=QQ2A.200305.004 +BUILD_ID=QQ2A.200401.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 1e517c5331..aabc98a2a5 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-03-05 + PLATFORM_SECURITY_PATCH := 2020-04-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |