Searched defs:install (Results 1 - 4 of 4) sorted by relevance

/build/core/
H A Ddex_preopt.mk26 # Method returning whether the install path $(1) should be for system_other.
27 install-on-system-other = $(filter-out $(PRODUCT_DEXPREOPT_SPEED_APPS) $(PRODUCT_SYSTEM_SERVER_APPS),$(basename $(notdir $(filter $(foreach f,$(SYSTEM_OTHER_ODEX_FILTER),$(TARGET_OUT)/$(f)),$(1)))))
H A Dmain.mk464 define should-install-to-system
471 define should-install-to-system
507 # defined by this makefile; this will install all of those
518 # A helper goal printing out install paths
617 # For binary translation config, by default only install the first arch.
807 # Filter out (do not install) any overridden packages.
845 $(warning: Modules '$(dangling_modules)' in PRODUCT_PACKAGES have nothing to install!)
849 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
852 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
855 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
[all...]
/build/make/core/
H A Ddex_preopt.mk26 # Method returning whether the install path $(1) should be for system_other.
27 install-on-system-other = $(filter-out $(PRODUCT_DEXPREOPT_SPEED_APPS) $(PRODUCT_SYSTEM_SERVER_APPS),$(basename $(notdir $(filter $(foreach f,$(SYSTEM_OTHER_ODEX_FILTER),$(TARGET_OUT)/$(f)),$(1)))))
H A Dmain.mk464 define should-install-to-system
471 define should-install-to-system
507 # defined by this makefile; this will install all of those
518 # A helper goal printing out install paths
617 # For binary translation config, by default only install the first arch.
807 # Filter out (do not install) any overridden packages.
845 $(warning: Modules '$(dangling_modules)' in PRODUCT_PACKAGES have nothing to install!)
849 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
852 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
855 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
[all...]

Completed in 82 milliseconds