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:
Ying Wang 2010-09-24 13:56:45 -07:00
parent 6474811d64
commit 19f9c1c243

View file

@ -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