commit | fb1d3e68c3506f8ec9a64cf826634313ab29387c | [log] [tgz] |
---|---|---|
author | Keyan Mobli <persiansown@gmail.com> | Sun Apr 10 16:43:31 2011 -0500 |
committer | Keyan Mobli <persiansown@gmail.com> | Sun Apr 10 16:52:55 2011 -0500 |
tree | 4119fce9ec0cd2c2efa0e3731d6f08e2ae318030 | |
parent | 3f47346c3030aebc65f5f6a7a5d5622e158657c3 [diff] |
Fix "Add skip_themes directive to build process" This reverts commit 090e2ec0c1e576bc12be069ce7991eace4d3c9d9. Change-Id: I8a6e85b1fd356eeef4572c861c6f8d72fb44de97
diff --git a/products/themes.mk b/products/themes.mk index 00d1045..856ab1f 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