Update Security String to 2023-08-05

Bug: 285692955
Change-Id: I137506c673d9f44789c26f88a416c0fd06df02ce
Ignore-AOSP-First: Future release prep (Internal first)
This commit is contained in:
Lokesh Kumar Goel 2023-06-04 02:50:54 +00:00
parent 240278dfc7
commit be93b44331

View file

@ -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-07-05
PLATFORM_SECURITY_PATCH := 2023-08-05
endif
include $(BUILD_SYSTEM)/version_util.mk