diff --git a/products/themes.mk b/products/themes.mk index 00d10456..856ab1f9 100644 --- a/products/themes.mk +++ b/products/themes.mk @@ -1,7 +1,7 @@ # Theme packages -ifndef SKIP_THEMES +ifneq ($(SKIP_THEMES),true) PRODUCT_PACKAGES += \ Androidian \ Cyanbread -endif \ No newline at end of file +endif