diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-09-26 14:57:26 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-09-26 15:03:43 -0700 |
commit | 49ce545ad5cf9928b68758c14e69de0e0062e9ec (patch) | |
tree | 7b913c1254774dbb02b4979c6fd8b52a311658f0 /core/main.mk | |
parent | f625bf277c88e0a21fab0a1e19de619dc0faec24 (diff) | |
download | build-49ce545ad5cf9928b68758c14e69de0e0062e9ec.zip build-49ce545ad5cf9928b68758c14e69de0e0062e9ec.tar.gz build-49ce545ad5cf9928b68758c14e69de0e0062e9ec.tar.bz2 |
Disable this check that was submitted by mistake.
There's still one device that doesn't build with this check enabled.
Change-Id: I962afe9c739df15e77ead30311c34be411674f53
Diffstat (limited to 'core/main.mk')
-rw-r--r-- | core/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ endif # !SDK_ONLY # 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 |