Revert "Enforce that PRODUCT_ variables aren't modified by module makefiles"

This reverts commit 95e743a6c0.
This commit is contained in:
Joe Onorato 2010-10-08 17:01:50 -04:00
parent 24e1c018ba
commit 64cf5aa667
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,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