Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c14e41af authored by Aayush Gupta's avatar Aayush Gupta
Browse files

config: Only include CustomLocale on test builds

parent e863db7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
VENDOR_PATH := vendor/eos

# CustomLocale
ifneq (stable,$(RELEASE_TYPE))
ifeq (test,$(RELEASE_TYPE))
PRODUCT_PACKAGES += \
    CustomLocale
endif