From fb1d3e68c3506f8ec9a64cf826634313ab29387c Mon Sep 17 00:00:00 2001 From: Keyan Mobli Date: Sun, 10 Apr 2011 16:43:31 -0500 Subject: [PATCH] Fix "Add skip_themes directive to build process" This reverts commit 090e2ec0c1e576bc12be069ce7991eace4d3c9d9. Change-Id: I8a6e85b1fd356eeef4572c861c6f8d72fb44de97 --- products/themes.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/themes.mk b/products/themes.mk index 00d10456..856ab1f9 100644 --- a/products/themes.mk +++ b/products/themes.mk @@ -1,7 +1,7 @@ # Theme packages -ifndef SKIP_THEMES +ifneq ($(SKIP_THEMES),true) PRODUCT_PACKAGES += \ Androidian \ Cyanbread -endif \ No newline at end of file +endif