From edfc0b74f57ec06a05d9d4349584eb25dd15d923 Mon Sep 17 00:00:00 2001 From: FUKAUMI Naoki Date: Fri, 13 May 2011 15:37:10 +0900 Subject: [PATCH] Revert "Vega: skip themes at the right place" This reverts commit 581539d85e63278940fad100276698ee25660e9b. --- products/cyanogen_vega.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/products/cyanogen_vega.mk b/products/cyanogen_vega.mk index 031e4e9a..6be3146e 100644 --- a/products/cyanogen_vega.mk +++ b/products/cyanogen_vega.mk @@ -1,8 +1,5 @@ $(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 -SKIP_THEMES := true - # Inherit some common cyanogenmod stuff. $(call inherit-product, vendor/cyanogen/products/common_full.mk)