commit | 9bfbdc6b2d6bb2d6963dfa659ad0465ec9cba3a9 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Sun Sep 26 15:40:13 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sun Sep 26 15:40:13 2010 -0700 |
tree | 19ad89fcd5362758f5207cde90ceb13c54e8e44e | |
parent | e1c292a06b480ce6a3d73d4bdff6f18ade7974a7 [diff] | |
parent | 49ce545ad5cf9928b68758c14e69de0e0062e9ec [diff] |
Merge "Disable this check that was submitted by mistake."
diff --git a/core/main.mk b/core/main.mk index 9a566ca..7a1d42d 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -472,7 +472,7 @@ # Before we go and include all of the module makefiles, stash away # the PRODUCT_* values so you can't get to them. -stash_product_vars:=true +stash_product_vars:=#true ifeq ($(stash_product_vars),true) $(call stash-product-vars, __STASHED, DO_NOT_USE_IN_ANDROID_MK_) endif