diff options
| author | 2019-05-07 21:46:27 +0000 | |
|---|---|---|
| committer | 2019-05-07 22:12:39 +0000 | |
| commit | 24df732a9975f5e652742f8c3f3a10432b48f140 (patch) | |
| tree | 5408d02d4fafa392553948cfe3880e3d991f3f7d | |
| parent | 505063f5ad731b3ade9c112417e922a99f9f8c68 (diff) | |
| parent | 9f4db7673b2bf2bdcfd76c58cceca3eac2c0c622 (diff) | |
Make change and version bump to PPRL.190505.001
Change-Id: Ib519bb6075266b713971491a5d67cd942c6d67a8
| -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 db00902f1d..a4bfed125d 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.190405.003 +export BUILD_ID=PPRL.190505.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 1df6fc5d54..80e5007ea0 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-04-05 + PLATFORM_SECURITY_PATCH := 2019-05-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP |