Clean call-jack and its callers

This is possible now that we have the new Jack server.
Also fix dependency from dex/jack target to jack script
instead of jack.jar.

(cherry picked from commit 5e50b34221)

Change-Id: I8e7aa5087ba8d73cc93140ddfca8f4ab2f505175
This commit is contained in:
Yohann Roussel
2015-07-02 12:10:17 +02:00
parent 9e612d6d7c
commit 23f78643b9
8 changed files with 10 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ endif
$(full_classes_jack): $(java_sources) $(java_resource_sources) $(full_jack_lib_deps) \
$(jar_manifest_file) $(layers_file) $(LOCAL_MODULE_MAKEFILE) \
$(LOCAL_ADDITIONAL_DEPENDENCIES) $(LOCAL_JARJAR_RULES) \
$(JACK_JAR) $(JACK_LAUNCHER_JAR)
$(JACK)
@echo Building with Jack: $@
$(java-to-jack)