diff options
| author | 2019-01-14 22:11:23 +0000 | |
|---|---|---|
| committer | 2019-01-14 22:14:10 +0000 | |
| commit | 0252b84cf199f6e73ce9795379406b256535d094 (patch) | |
| tree | c71a95e91c1a220c4b059a169e58dfbce500a376 | |
| parent | 6d1164be433a812dece9547d177c9249658dfb35 (diff) | |
| parent | 2f19e51ae48d966c3a78e323506c42591b99c5d9 (diff) | |
Make change and version bump to PPRL.190105.001
Change-Id: Id79e037f244d735dbbe8d70f0840ae294ec87fb4
| -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 7996b0169e..218c06e361 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. -export BUILD_ID=PPRL.181205.002 +export BUILD_ID=PPRL.190105.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f837260d63..84e856f693 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 := 2018-12-05 + PLATFORM_SECURITY_PATCH := 2019-01-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP |