Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f595d35 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am ebbec848: am 23752157: am 3beb831c: Merge "Make sure to install the .odex...

am ebbec848: am 23752157: am 3beb831c: Merge "Make sure to install the .odex when running "make <module_name>""

* commit 'ebbec848':
  Make sure to install the .odex when running "make <module_name>"
parents 9b3be84c ebbec848
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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