Home | History | Annotate | Download | only in core

Lines Matching defs:INSTALLED

12       ifneq ($(filter $(TARGET_OUT)/%,$(my_module_path)),) # Installed to system.img.
23 endif # Installed to system.img.
49 # if installing into system, and odex are being installed into system_other, don't strip
130 # We use this installed_odex trick to get boot.art installed.
241 # Add the installed_odex to the list of installed files for this module.
242 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_odex)
243 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_vdex)
244 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_art)
257 DEXPREOPT.$(LOCAL_MODULE).INSTALLED := $(installed_odex)
269 ALL_MODULES.$(my_register_name).INSTALLED += $(my_installed_profile)