diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-09-19 10:15:27 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-09-19 10:18:11 +0000 |
commit | fee71dbba5238f541c84f854d84b582b63f7a124 (patch) | |
tree | a1e19dbd88d9bd6ff73944eab045d9e072b30e74 | |
parent | 1c6d0fb34bce6e6463057c8bb4e8a8a5d4897429 (diff) | |
parent | 6c03196e119e1cda2923b8ce397baad611a4df0f (diff) | |
download | build_make-fee71dbba5238f541c84f854d84b582b63f7a124.tar.gz build_make-fee71dbba5238f541c84f854d84b582b63f7a124.tar.bz2 build_make-fee71dbba5238f541c84f854d84b582b63f7a124.zip |
Make change and version bump to RP1A.201105.001
Change-Id: I44c3f7ed47a695fb61da949f8405545072fd7b7d
-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 c1df518ca8..b11fe5e89d 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=RP1A.201101.001 +BUILD_ID=RP1A.201105.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f96fca0ece..d3ad4f4b03 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 := 2020-11-01 + PLATFORM_SECURITY_PATCH := 2020-11-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |