Lines Matching refs:Module
233 # EMMA_INSTRUMENT_STATIC merges the static emma library to each emma-enabled module.
394 # Define a function that, given a list of module tags, returns
395 # non-empty if that module should be installed in /system.
405 # installed in /data even if that module also has "eng"/"debug"/"user".
449 # Before we go and include all of the module makefiles, stash away
520 # All module makefiles have been included at this point.
526 # just bare module names. Leave unknown modules alone in case
531 $(call module-installed-files,$(known_custom_modules)) \
536 # This can only happen now, after we've read in all module makefiles.
538 # TODO: deal with the fact that a bare module name isn't
549 $(eval r := $(call module-installed-files,$(r))) \
567 $(eval r := $(filter $(TARGET_OUT_ROOT)/%,$(call module-installed-files,\
572 $(eval r := $(filter $(HOST_OUT_ROOT)/%,$(call module-installed-files,\
582 # Figure out our module sets.
596 product_FILES := $(call module-installed-files, $(product_MODULES))
604 # a subset of the module makefiles. Don't try to build any 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)) \
660 # Ensure every module listed in PRODUCT_PACKAGES* gets something installed
664 $(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
667 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
670 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
673 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
907 $(foreach module,$(sample_MODULES),$(sample_APKS_DEST_PATH)/$(notdir $(module)))
908 $(foreach module,$(sample_MODULES),$(eval $(call \
909 copy-one-file,$(module),$(sample_APKS_DEST_PATH)/$(notdir $(module)))))
934 @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \