diff options
author | Joe Onorato <joeo@google.com> | 2010-10-08 17:01:50 -0400 |
---|---|---|
committer | Joe Onorato <joeo@google.com> | 2010-10-08 17:01:50 -0400 |
commit | 64cf5aa66769287147a6d0d54a85460d3727eedd (patch) | |
tree | f1f04a22c60ff801737b539d40638d71c1e41f87 /core/main.mk | |
parent | 24e1c018ba83ce6465aa9faf0347071f271d2425 (diff) | |
download | build-64cf5aa66769287147a6d0d54a85460d3727eedd.zip build-64cf5aa66769287147a6d0d54a85460d3727eedd.tar.gz build-64cf5aa66769287147a6d0d54a85460d3727eedd.tar.bz2 |
Revert "Enforce that PRODUCT_ variables aren't modified by module makefiles"
This reverts commit 95e743a6c02c9f9844cab95635b4954ecd82e7ff.
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 9efdc5d..8172b22 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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 |