From 19fefed69e051684f3e0196d2c8426b6b536d282 Mon Sep 17 00:00:00 2001 From: Sven Dawitz Date: Wed, 13 Apr 2011 15:22:12 +0200 Subject: [PATCH] Vega: skip themes at the right place Change-Id: I5d9b8adb6d6346ac9f03c2e7d38903c4346c6b12 --- products/cyanogen_vega.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/products/cyanogen_vega.mk b/products/cyanogen_vega.mk index 01ac93a4..46977a52 100644 --- a/products/cyanogen_vega.mk +++ b/products/cyanogen_vega.mk @@ -1,5 +1,8 @@ $(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)