diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2019-08-14 23:26:10 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-08-14 23:27:11 +0000 |
commit | 0099de405c80281af62e48f8798e54e4f77ec616 (patch) | |
tree | dbb361880872bdcc01982530b3b0580f25ea24ec | |
parent | f31b1706bd53cdfdfdafa2ab0d21d005f9b1939d (diff) | |
parent | f8d5a613e851f304693aa4b5ee73e0d1a23620d0 (diff) | |
download | platform_build-0099de405c80281af62e48f8798e54e4f77ec616.tar.gz platform_build-0099de405c80281af62e48f8798e54e4f77ec616.tar.bz2 platform_build-0099de405c80281af62e48f8798e54e4f77ec616.zip |
Make change and version bump to QP1A.191005.001
Change-Id: I885bcf1f8fb465aaf3f502720923c9c55eb603c7
-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 53a3460d10..edc402019c 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. -BUILD_ID=QP1A.190711.020 +BUILD_ID=QP1A.191005.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index c264f7560f..43d4d3eb0a 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,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-09-05 + PLATFORM_SECURITY_PATCH := 2019-10-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |