Merge "Read all product makefiles even when TARGET_BUILD_APPS is set"

This commit is contained in:
Treehugger Robot 2019-01-03 21:48:07 +00:00 committed by Gerrit Code Review
commit cfb73ffa77
1 changed files with 0 additions and 6 deletions

View File

@ -175,15 +175,9 @@ include $(BUILD_SYSTEM)/node_fns.mk
include $(BUILD_SYSTEM)/product.mk
include $(BUILD_SYSTEM)/device.mk
ifneq ($(strip $(TARGET_BUILD_APPS)),)
# An unbundled app build needs only the core product makefiles.
all_product_configs := $(call get-product-makefiles,\
$(SRC_TARGET_DIR)/product/AndroidProducts.mk)
else
# Read in all of the product definitions specified by the AndroidProducts.mk
# files in the tree.
all_product_configs := $(get-all-product-makefiles)
endif
all_named_products :=