commit | 6b5f2aab8d544da97978a2bec183b02040ca089b | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Tue May 17 18:54:47 2011 +0400 |
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | Tue May 17 18:54:47 2011 +0400 |
tree | 8f428458151661592ea19a5a124ba8213fa164f4 | |
parent | 18200589ecd07a2e84078ad061bf04d5a7a339c8 [diff] | |
parent | 0074a0137ad1c3b4812b4b991bbcf39e5b83dae0 [diff] |
Merge "Revert "Fix "Add skip_themes directive to build process""" into gingerbread
diff --git a/products/themes.mk b/products/themes.mk index 856ab1f..00d1045 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