From 45af02abe89110f1e7c8d80b3f79d8fa530b673d Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 5 May 2022 05:22:23 +0000 Subject: [PATCH] config: common: Build CustomLocale for non-stable builds Signed-off-by: Aayush Gupta --- config/common.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/common.mk b/config/common.mk index 19b3686..f062d74 100644 --- a/config/common.mk +++ b/config/common.mk @@ -14,6 +14,12 @@ VENDOR_PATH := vendor/eos +# CustomLocale +ifneq (stable,$(RELEASE_TYPE)) +PRODUCT_PACKAGES += \ + CustomLocale +endif + # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(VENDOR_PATH)/overlay -- GitLab