Home | History | Annotate | Download | only in core

Lines Matching refs:INSTALLED

6 # Use bash, not whatever shell somebody has installed as /bin/sh
460 # non-empty if that module should be installed in /system.
463 # be installed in /system.
470 # installed in /data even if that module also has "eng"/"debug"/"user".
509 # so that the modules will be installed in the same place they
522 echo 'INSTALL-PATH: $(1) $(ALL_MODULES.$(1).INSTALLED)'
532 $(foreach mod,$(UNIQUE_ALL_MODULES),$(if $(ALL_MODULES.$(mod).INSTALLED),\
577 # Fix up CUSTOM_MODULES to refer to installed files rather than
583 $(call module-installed-files,$(known_custom_modules)) \
664 $(eval r := $(call module-installed-files,$(r))) \
665 $(eval t_m := $(filter $(TARGET_OUT_ROOT)/%, $(ALL_MODULES.$(m).INSTALLED))) \
666 $(eval h_m := $(filter $(HOST_OUT)/%, $(ALL_MODULES.$(m).INSTALLED))) \
667 $(eval hc_m := $(filter $(HOST_CROSS_OUT)/%, $(ALL_MODULES.$(m).INSTALLED))) \
701 $(eval r := $(filter $($(root))/%,$(call module-installed-files,\
770 product_FILES := $(call module-installed-files, $(product_MODULES))
786 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_ENG)) \
790 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG)) \
794 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_TESTS)) \
824 # going to be installed on the target (including static libraries).
838 # Ensure every module listed in PRODUCT_PACKAGES* gets something installed
842 $(if $(strip $(ALL_MODULES.$(m).INSTALLED) $(ALL_MODULES.$(m)$(TARGET_2ND_ARCH_MODULE_SUFFIX).INSTALLED)),,\
848 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
851 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
854 $(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
978 # Dist the installed files if they exist.
979 apps_only_installed_files := $(foreach m,$(unbundled_build_modules),$(ALL_MODULES.$(m).INSTALLED))
983 apps_only_dist_built_files := $(foreach m,$(unbundled_build_modules),$(if $(ALL_MODULES.$(m).INSTALLED),,\
1102 # remove apks that are not intended to be installed.