Compare commits

...

2 Commits

Author SHA1 Message Date
yova 589bd8515c top locale DE
10 months ago
Kevin F. Haggerty 0036faa048
Bump Security String to 2023-07-05
10 months ago

@ -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-06-05
PLATFORM_SECURITY_PATCH := 2023-07-05
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH

@ -50,7 +50,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
endif
# Put en_US first in the list, so make it default.
PRODUCT_LOCALES := en_US
PRODUCT_LOCALES := de_DE
# Get some sounds
ifeq ($(LINEAGE_BUILD),)

Loading…
Cancel
Save