Merge "Make sure to install the .odex when running "make <module_name>""

This commit is contained in:
Ying Wang 2014-01-24 21:40:26 +00:00 committed by Gerrit Code Review
commit 3beb831c79

View file

@ -65,4 +65,7 @@ endif
# Add the installed_odex to the list of installed files for this module.
ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(installed_odex)
# Make sure to install the .odex when you run "make <module_name>"
$(my_register_name): $(installed_odex)
endif # LOCAL_DEX_PREOPT