Lines Matching refs:INSTALLED
6 # Use bash, not whatever shell somebody has installed as /bin/sh
392 # non-empty if that module should be installed in /system.
395 # be installed in /system.
402 # installed in /data even if that module also has "eng"/"debug"/"user".
462 # so that the modules will be installed in the same place they
525 # Fix up CUSTOM_MODULES to refer to installed files rather than
531 $(call module-installed-files,$(known_custom_modules)) \
549 $(eval r := $(call module-installed-files,$(r))) \
550 $(eval t_m := $(filter $(TARGET_OUT_ROOT)/%, $(ALL_MODULES.$(m).INSTALLED))) \
551 $(eval h_m := $(filter $(HOST_OUT_ROOT)/%, $(ALL_MODULES.$(m).INSTALLED))) \
567 $(eval r := $(filter $(TARGET_OUT_ROOT)/%,$(call module-installed-files,\
572 $(eval r := $(filter $(HOST_OUT_ROOT)/%,$(call module-installed-files,\
596 product_FILES := $(call module-installed-files, $(product_MODULES))
612 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_ENG)) \
616 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG)) \
620 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_TESTS)) \
647 # to build the host tools, but nothing that's going to be installed
660 # Ensure every module listed in PRODUCT_PACKAGES* gets something installed
663 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
666 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
669 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
672 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
807 # Dist the installed files if they exist.
808 apps_only_installed_files := $(foreach m,$(unbundled_build_modules),$(ALL_MODULES.$(m).INSTALLED))
812 apps_only_dist_built_files := $(foreach m,$(unbundled_build_modules),$(if $(ALL_MODULES.$(m).INSTALLED),,\
904 # remove apks that are not intended to be installed.