diff options
| author | 2019-02-13 04:13:12 +0000 | |
|---|---|---|
| committer | 2019-02-13 04:18:09 +0000 | |
| commit | d9d31408ffd440940df59d9eb71474e28be05dbc (patch) | |
| tree | 690739afbc5d96b89c1e35893008577ca6467191 | |
| parent | e917a5176ed9ffc3d711bd3b263dc0909c62f98f (diff) | |
| parent | 0b5a344dc3b1f13b69983a711467dbe94251011a (diff) | |
Make change and version bump to PQ3A.190213.001
Change-Id: I57dac58144601a6dbdc3d833ec86bf8708503830
| -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 ee827b56c8..ee6c9d8e2d 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=PQ3A.190206.001 +export BUILD_ID=PQ3A.190213.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index d386a527f7..1df6fc5d54 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-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP |