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 $(call add-required-deps,$(ALL_MODULES.$(m).INSTALLED),$(r))) \
557 $(eval r := $(filter $(TARGET_OUT_ROOT)/%,$(call module-installed-files,\
562 $(eval r := $(filter $(HOST_OUT_ROOT)/%,$(call module-installed-files,\
586 product_FILES := $(call module-installed-files, $(product_MODULES))
602 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_ENG)) \
606 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG)) \
610 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_TESTS)) \
637 # to build the host tools, but nothing that's going to be installed
650 # Ensure every module listed in PRODUCT_PACKAGES* gets something installed
653 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
656 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
659 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
662 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
797 # Dist the installed files if they exist.
798 apps_only_installed_files := $(foreach m,$(unbundled_build_modules),$(ALL_MODULES.$(m).INSTALLED))
802 apps_only_dist_built_files := $(foreach m,$(unbundled_build_modules),$(if $(ALL_MODULES.$(m).INSTALLED),,\
890 # remove apks that are not intended to be installed.