From: Stricted Date: Tue, 23 May 2017 17:40:09 +0000 (+0200) Subject: include OMS only if WITH_OMS is true X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fe710e7e60d92eb125370772822f52e2744de2d3;p=GitHub%2FStricted%2Fandroid_vendor_extra.git include OMS only if WITH_OMS is true --- diff --git a/product.mk b/product.mk index a44276f..3662ff1 100644 --- a/product.mk +++ b/product.mk @@ -1,7 +1,9 @@ +ifeq ($(WITH_OMS),true) # ThemeInterfacer PRODUCT_PACKAGES += \ ThemeInterfacer \ projekt.substratum.theme.xml +endif # Add overlay DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay