Fix nothing-to-do build.
Because .odex is always newer than the .jar file, so we should use "|" depdendency here. Change-Id: Ied4c5ec4ee3294862c0a232f96c15cca2c748e11
This commit is contained in:
parent
6474811d64
commit
19f9c1c243
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ $(installed_odex) : $(built_odex) | $(ACP)
|
|||
@echo "Install: $@"
|
||||
$(copy-file-to-target)
|
||||
|
||||
$(LOCAL_INSTALLED_MODULE): $(installed_odex)
|
||||
$(LOCAL_INSTALLED_MODULE) : | $(installed_odex)
|
||||
endif
|
||||
|
||||
endif # !LOCAL_UNINSTALLABLE_MODULE
|
||||
|
|
Loading…
Reference in a new issue