config: Include vendor/crowdin overlays

Include translations for languages not available in AOSP.

This used to be split to each repository but it required forking AOSP
repositories just to add translations. Including them via overlay
avoids forking and makes the translations more portable, they can even
be used on pure AOSP builds.

Make them built in to avoid RRO issues.

Change-Id: Icc4c7b3a583c3d8a139a4a9a856dfca57952e131
gugelfrei
Michael Bestas 2 years ago
parent ad8867c3b3
commit 0921c85007
No known key found for this signature in database
GPG Key ID: CC95044519BE6669

@ -184,6 +184,10 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/common
# Translations
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/crowdin/overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/crowdin/overlay
PRODUCT_VERSION_MAJOR = 18
PRODUCT_VERSION_MINOR = 1
PRODUCT_VERSION_MAINTENANCE := 0

Loading…
Cancel
Save