From 0921c85007d2b6b877aff16a8ceff945716d93d3 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 4 Apr 2022 01:30:19 +0300 Subject: [PATCH] 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 --- config/common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/common.mk b/config/common.mk index 204da249..e7f55bf6 100644 --- a/config/common.mk +++ b/config/common.mk @@ -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