diff options
| author | 2019-01-15 10:17:53 -0800 | |
|---|---|---|
| committer | 2019-01-15 10:17:53 -0800 | |
| commit | dd1f2cf7deda7ac55ccf66a97f9627f01344e3d3 (patch) | |
| tree | b603306082f774961d1db085e48db0e8a6c1be64 | |
| parent | 63d012f987eeefb3b50b1780726fb9c20c7cd48c (diff) | |
| parent | 0252b84cf199f6e73ce9795379406b256535d094 (diff) | |
DO NOT MERGE - Merge pie-platform-release (PPRL.190105.001) into master
Bug: 122685541
Change-Id: Icecb4e9698f55dbacce8045cddd0c4756c814e52
| -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 c4f9a52298..a3cd3ac217 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -252,7 +252,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 := 2018-12-05 + PLATFORM_SECURITY_PATCH := 2019-01-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |