replicant-vendor_replicant/products/themes.mk
Keyan Mobli fb1d3e68c3 Fix "Add skip_themes directive to build process"
This reverts commit 090e2ec0c1e576bc12be069ce7991eace4d3c9d9.

Change-Id: I8a6e85b1fd356eeef4572c861c6f8d72fb44de97
2011-04-10 16:52:55 -05:00

8 lines
111 B
Makefile

# Theme packages
ifneq ($(SKIP_THEMES),true)
PRODUCT_PACKAGES += \
Androidian \
Cyanbread
endif