Loading core/main.mk +14 −13 Original line number Diff line number Diff line Loading @@ -1149,6 +1149,7 @@ ifeq (true|,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_ENFORCE_PACKAGES_EXIST)|$(fil $(INTERNAL_PRODUCT) includes redundant whitelist entries for nonexistant PRODUCT_PACKAGES) endif ifdef FULL_BUILD # Check to ensure that all modules in PRODUCT_HOST_PACKAGES exist # # Many host modules are Linux-only, so skip this check on Mac. If we ever have Mac-only modules, Loading @@ -1163,7 +1164,6 @@ ifneq ($(HOST_OS),darwin) endif endif ifdef FULL_BUILD product_host_FILES := $(call host-installed-files,$(INTERNAL_PRODUCT)) product_target_FILES := $(call product-installed-files, $(INTERNAL_PRODUCT)) # WARNING: The product_MODULES variable is depended on by external files. Loading Loading @@ -1254,6 +1254,7 @@ else # requested by the product, because we probably won't have rules # to build them. product_target_FILES := product_host_FILES := endif # TODO: Remove the 3 places in the tree that use ALL_DEFAULT_INSTALLED_MODULES Loading Loading
core/main.mk +14 −13 Original line number Diff line number Diff line Loading @@ -1149,6 +1149,7 @@ ifeq (true|,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_ENFORCE_PACKAGES_EXIST)|$(fil $(INTERNAL_PRODUCT) includes redundant whitelist entries for nonexistant PRODUCT_PACKAGES) endif ifdef FULL_BUILD # Check to ensure that all modules in PRODUCT_HOST_PACKAGES exist # # Many host modules are Linux-only, so skip this check on Mac. If we ever have Mac-only modules, Loading @@ -1163,7 +1164,6 @@ ifneq ($(HOST_OS),darwin) endif endif ifdef FULL_BUILD product_host_FILES := $(call host-installed-files,$(INTERNAL_PRODUCT)) product_target_FILES := $(call product-installed-files, $(INTERNAL_PRODUCT)) # WARNING: The product_MODULES variable is depended on by external files. Loading Loading @@ -1254,6 +1254,7 @@ else # requested by the product, because we probably won't have rules # to build them. product_target_FILES := product_host_FILES := endif # TODO: Remove the 3 places in the tree that use ALL_DEFAULT_INSTALLED_MODULES Loading