Compare commits

...

3 Commits

Author SHA1 Message Date
yova e3b9dc0260 top locale DE
2 years ago
Kevin F. Haggerty d3b2985ce3
Bump Security String to 2022-09-05
2 years ago
Kevin F. Haggerty 43140214c0
Bump Security String to 2022-08-05
2 years 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 := 2022-07-05
PLATFORM_SECURITY_PATCH := 2022-09-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