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

Commit 19f9c1c2 authored by Ying Wang's avatar Ying Wang
Browse files

Fix nothing-to-do build.

Because .odex is always newer than the .jar file, so we should use "|" depdendency here.

Change-Id: Ied4c5ec4ee3294862c0a232f96c15cca2c748e11
parent 6474811d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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