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