diff options
| author | 2019-02-08 12:56:02 -0800 | |
|---|---|---|
| committer | 2019-02-11 17:08:57 +0000 | |
| commit | a9da159ce1492716160d8ef42efdc9c0a3dfa199 (patch) | |
| tree | eefc4e768e4f36c3e3756f7e9bbcad84b67bf0d9 | |
| parent | 51b00a10cc3ab5cafb9d90909ef6dda8853738b5 (diff) | |
Update Security String to 2019-04-01
Bug: 124119313
(cherry picked from commit f9835d9f4d39c78ddf35899b058498f1908e906e)
Change-Id: I1a808f7c7ebaa29fcfae46f9225d5f385e9877dd
| -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 d386a527f7..e44746d8ec 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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 := 2019-03-05 + PLATFORM_SECURITY_PATCH := 2019-04-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP |