Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5420770b authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Read all product makefiles even when TARGET_BUILD_APPS is set" am: cfb73ffa

am: 7922556a

Change-Id: Icc02ab6db3254b5c07de2d05d996f1733df8f9e7
parents c04d7892 7922556a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 :=