Loading target/product/AndroidProducts.mk +4 −4 Original line number Diff line number Diff line Loading @@ -25,12 +25,12 @@ # it includes. # # Unbundled apps will be built with the default product config. # Unbundled apps will be built with the most generic product config. ifneq ($(TARGET_BUILD_APPS),) PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ $(LOCAL_DIR)/generic.mk \ $(LOCAL_DIR)/full.mk $(LOCAL_DIR)/full.mk \ $(LOCAL_DIR)/full_x86.mk \ $(LOCAL_DIR)/full_mips.mk else PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ Loading Loading
target/product/AndroidProducts.mk +4 −4 Original line number Diff line number Diff line Loading @@ -25,12 +25,12 @@ # it includes. # # Unbundled apps will be built with the default product config. # Unbundled apps will be built with the most generic product config. ifneq ($(TARGET_BUILD_APPS),) PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ $(LOCAL_DIR)/generic.mk \ $(LOCAL_DIR)/full.mk $(LOCAL_DIR)/full.mk \ $(LOCAL_DIR)/full_x86.mk \ $(LOCAL_DIR)/full_mips.mk else PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/core.mk \ Loading