Compare commits

...

6 Commits

Author SHA1 Message Date
yova 3caa3fb1c2 top locale DE
1 year ago
Kevin F. Haggerty 6a82c080b4
Bump Security String to 2023-01-05
1 year ago
Kevin F. Haggerty 2fc66564fd
Bump Security String to 2022-12-05
1 year ago
Aaron Kling 1277bdd5c0 fixup! Compute the needed shared libs for otatools.
2 years ago
Kevin F. Haggerty 5e6812fbd0
Bump Security String to 2022-11-05
2 years ago
Kevin F. Haggerty 4fc20afe7d
Bump Security String to 2022-10-05
2 years ago

@ -4199,7 +4199,7 @@ INTERNAL_OTATOOLS_MODULES += \
ifeq (true,$(PRODUCT_SUPPORTS_VBOOT))
INTERNAL_OTATOOLS_MODULES += \
futility \
futility-host \
vboot_signer
endif

@ -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-09-05
PLATFORM_SECURITY_PATCH := 2023-01-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