forked from openkylin/platform_build
Re-add product_MODULES
This variable is depended on by vendor_module_check.mk Bug: 117638909 Test: build_test Change-Id: I93f7056b001ca803c88e1e1dfebe204f289c59ab
This commit is contained in:
parent
f77560ec12
commit
f37a35cdd0
|
@ -1010,6 +1010,8 @@ endif
|
|||
|
||||
ifdef FULL_BUILD
|
||||
product_FILES := $(call product-installed-files, $(INTERNAL_PRODUCT))
|
||||
# WARNING: The product_MODULES variable is depended on by external files.
|
||||
product_MODULES := $(_pif_modules)
|
||||
|
||||
# Verify the artifact path requirements made by included products.
|
||||
all_offending_files :=
|
||||
|
|
Loading…
Reference in New Issue