aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBassem Khalife <bkhalife@google.com>2023-07-16 16:51:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-07-16 16:51:47 +0000
commit6cacffa72fab25395108560114b3353837e90d95 (patch)
tree6bdce7e8acfc9cc8be105fb3651207fd80ed9299
parent4c0aa1fcfb6f682391d40b156400666f11da7d44 (diff)
parentd7d84ea9a5ccf286d7da316b6be8208f17997188 (diff)
downloadbuild-6cacffa72fab25395108560114b3353837e90d95.tar.gz
Update Security String to 2023-09-01 am: f777dbc79f am: d7d84ea9a5
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24066547 Change-Id: Iad680f77ec4c6228b479da1225dac8508a83cfa4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index e9f3d0f3c9..d5d9f94d15 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,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-08-01
+ PLATFORM_SECURITY_PATCH := 2023-09-01
endif
include $(BUILD_SYSTEM)/version_util.mk