6b1b96c9f4
This reverts commit a185fd8b356995fa22da05ce9b5d384758411762. This commit is broken and disables wallpapers and themes on anything under vega (zeppelin, zero for example)
8 lines
111 B
Makefile
8 lines
111 B
Makefile
# Theme packages
|
|
|
|
ifneq ($(SKIP_THEMES),true)
|
|
PRODUCT_PACKAGES += \
|
|
Androidian \
|
|
Cyanbread
|
|
endif
|