platform_build_soong/java
Colin Cross 1965568eee Use same module name for java binary wrapper and jar
Trying to use dx.jar for the jar module name and dx for the
wrapper module name leads to the make side installing dx.jar.jar.
The separate names are only needed to make LOCAL_REQUIRED_MODULES
work.  Make the names the same again, and use a manual dependency
from the installed location of the wrapper script to the installed
location of the jar to make sure that both get installed and that
the wrapper script timestamp is always as new as the jar.

Test: m -j checkbuild
Change-Id: Ibc8ce9d24ed770e9a270fb8eaa8fe1b427a382a7
2017-09-07 17:00:22 -07:00
..
config Make javac rules output a jar with soong_zip 2017-09-05 22:08:13 -07:00
androidmk.go Use same module name for java binary wrapper and jar 2017-09-07 17:00:22 -07:00
app.go Rename no_standard_libraries to no_standard_libs 2017-08-31 13:48:52 -07:00
app_builder.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
builder.go Make javac rules output a jar with soong_zip 2017-09-05 22:08:13 -07:00
gen.go Remove non-idiomatic inheritance 2017-06-23 10:57:36 -07:00
java.go Make javac rules output a jar with soong_zip 2017-09-05 22:08:13 -07:00
java_test.go Make javac rules output a jar with soong_zip 2017-09-05 22:08:13 -07:00
resources.go Make javac rules output a jar with soong_zip 2017-09-05 22:08:13 -07:00