diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-10 23:46:03 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-10 23:46:13 +0000 |
commit | 4dc6c8b14181ddd4b93afc253ee0b8add85a076c (patch) | |
tree | 0a165e33482f40f50fc8801208bf8668336cab0b | |
parent | 4eb2dcca103b98e71600d2f1a416d0e23e898812 (diff) | |
parent | 89ee43142970c98fb4cc7ad71049931f539e4b8e (diff) | |
download | platform_build-android10-qpr3-release.tar.gz platform_build-android10-qpr3-release.tar.bz2 platform_build-android10-qpr3-release.zip |
Make change and version bump to QQ3A.200805.001android-10.0.0_r41android10-qpr3-release
Change-Id: I57ef3ce33fc2f1703c5ac57f9c1659c1e0a215a1
-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 6af7ae5844..6569962f25 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=QQ3A.200801.001 +BUILD_ID=QQ3A.200805.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index c168b448a2..9f64081379 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 := 2020-08-01 + PLATFORM_SECURITY_PATCH := 2020-08-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |