am ebbec848
: am 23752157
: am 3beb831c
: Merge "Make sure to install the .odex when running "make <module_name>""
* commit 'ebbec848be133dcf8dabe9ea9f1a48646bd72740': Make sure to install the .odex when running "make <module_name>"
This commit is contained in:
commit
0f595d354b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue