From 42041c59e61f8c25ad8bbd6a2a6236b7ca0fe708 Mon Sep 17 00:00:00 2001 From: FUKAUMI Naoki Date: Fri, 13 May 2011 15:36:49 +0900 Subject: [PATCH] Revert "fix build" This reverts commit fb76b2b3abfe08af1f0d41b537fe10fc80a2ed07. --- products/cyanogen_vega.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/cyanogen_vega.mk b/products/cyanogen_vega.mk index 76144b30..031e4e9a 100644 --- a/products/cyanogen_vega.mk +++ b/products/cyanogen_vega.mk @@ -1,7 +1,7 @@ $(call inherit-product, device/advent/vega/vega.mk) # skips themes and keeps the resulting rom tiny so it fits on /system/ with all languages included -PRODUCT_SPECIFIC_DEFINES += SKIP_THEMES=true +SKIP_THEMES := true # Inherit some common cyanogenmod stuff. $(call inherit-product, vendor/cyanogen/products/common_full.mk)