From 0074a0137ad1c3b4812b4b991bbcf39e5b83dae0 Mon Sep 17 00:00:00 2001 From: FUKAUMI Naoki Date: Fri, 13 May 2011 15:37:22 +0900 Subject: [PATCH] Revert "Fix "Add skip_themes directive to build process"" This reverts commit 630196ebe21ff308011c64f8ac491a718607623b. --- products/themes.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/themes.mk b/products/themes.mk index 856ab1f9..00d10456 100644 --- a/products/themes.mk +++ b/products/themes.mk @@ -1,7 +1,7 @@ # Theme packages -ifneq ($(SKIP_THEMES),true) +ifndef SKIP_THEMES PRODUCT_PACKAGES += \ Androidian \ Cyanbread -endif +endif \ No newline at end of file