diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-05-20 00:04:24 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-05-20 00:05:22 +0000 |
commit | 41539a8d0b0aad2c1e11ed37ca721d16fa99289c (patch) | |
tree | b43d914fad37ac7e0463b8d9e5ab747968d3c001 | |
parent | 5f402c60841c7ab160dee422a80c83e55bf6263b (diff) | |
parent | 5e0455ff76862497e9662d3b116028c4b8bf8974 (diff) |
Make change and version bump to RQ3A.210705.001
Change-Id: Id0be466b3690ac57d05d9e67de9d666eb33389bf
-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 1421eb78ee..de0b12d5d3 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=RQ3A.210605.005 +BUILD_ID=RQ3A.210705.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 8e40fa7a39..13b85c0663 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -240,7 +240,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 := 2021-06-05 + PLATFORM_SECURITY_PATCH := 2021-07-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |