diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-16 01:01:32 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-16 01:17:40 +0000 |
commit | 1401d543b7517f261b36f1d9b9deded1286efb3c (patch) | |
tree | 1ac8a770cc4a761b073d23be138beea26c5fc8de | |
parent | 73d36484d6e042fbd3dd9a62c01a81782227fe04 (diff) | |
parent | b751b7754818f1d9c536ed442faea68a39d045d0 (diff) | |
download | build_make-1401d543b7517f261b36f1d9b9deded1286efb3c.tar.gz build_make-1401d543b7517f261b36f1d9b9deded1286efb3c.tar.bz2 build_make-1401d543b7517f261b36f1d9b9deded1286efb3c.zip |
Make change and version bump to RP1A.200716.001
Change-Id: I77ab5d6fc76b738996525d2fb8768e8c29872219
-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 c6c985729e..7e63720594 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.200715.001 +BUILD_ID=RP1A.200716.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index c28c2fa0c5..71334d0148 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-09-01 + PLATFORM_SECURITY_PATCH := 2020-09-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |