diff options
| author | 2023-06-16 06:55:00 +0000 | |
|---|---|---|
| committer | 2023-06-16 06:55:00 +0000 | |
| commit | 6e8c32b58f02f8f041b5d45f3eaa7f44efb75a89 (patch) | |
| tree | 0cdb3dcfb9ba87eaddfed7009ff5c5a525182108 | |
| parent | 666a64473bef4c00cf55f225893e04d0165c6aa2 (diff) | |
| parent | bd58a9d5b711753ec557d6ab5b8a8b9053b36281 (diff) | |
Update Security String to 2023-08-01 am: 85adf2e404 am: e4e40fc164 am: bd58a9d5b7
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/23554873
Change-Id: Ie8ce56f52a660d20afb4575fff30dbc112cf72df
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 3963d44f54..e1f137403c 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 := 2023-07-01 + PLATFORM_SECURITY_PATCH := 2023-08-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |