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

Change-Id: I64195294dad15b7d379d667f4c4738c2808fd384
This commit is contained in:
Ying Wang 2014-01-22 16:50:21 -08:00
parent dd814bf8c2
commit 5c7fed28f2
1 changed files with 3 additions and 0 deletions

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