Compare commits

...

6 Commits

Author SHA1 Message Date
yova fa6697ba5b top locale DE
10 months ago
Kevin F. Haggerty c4d158d0af
Bump Security String to 2023-06-05
11 months ago
Kevin F. Haggerty 1bf2c4ec67
Bump Security String to 2023-05-05
1 year ago
Kevin F. Haggerty 0f63697fe9
Bump Security String to 2023-04-05
1 year ago
Kevin F. Haggerty d572c7081e
Bump Security String to 2023-03-05
1 year ago
Kevin F. Haggerty e56ac1b70c
Bump Security String to 2023-02-05
1 year 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-01-05
PLATFORM_SECURITY_PATCH := 2023-06-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