forked from openkylin/platform_build
Disable this check that was submitted by mistake.
There's still one device that doesn't build with this check enabled. Change-Id: I962afe9c739df15e77ead30311c34be411674f53
This commit is contained in:
parent
f625bf277c
commit
49ce545ad5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue