platform_build_soong/java
Alex Light 2423717a0f Allow java_host_binary to be used with genrule.
This is done by implementing the HostToolPath interface for java
Binary objects.

Currently, in order for a java_binary_host to be used in this way the
java_host_binary must include:
    compile_multilib: "first"

Otherwise the genrule is unable to find the correct variant.

Test: ./build_test.bash
Test: Manual

Bug: 68397812

Change-Id: I6849488dc13fa8c383df69d00f62ad815ec17876
2017-10-27 22:07:48 +00:00
..
config Fix source jars 2017-10-26 01:00:46 +00:00
androidmk.go Support installable prebuilt jars 2017-10-20 20:14:47 -07:00
app.go Convert Visit*Deps from blueprint.Module to android.Module 2017-10-24 13:01:03 -07:00
app_builder.go Move ModuleContext.ModuleBuild to ModuleContext.Build 2017-10-24 10:59:00 -07:00
builder.go Fix kotlin -classpath argument 2017-10-26 14:47:40 +00:00
gen.go Fix source jars 2017-10-26 01:00:46 +00:00
java.go Allow java_host_binary to be used with genrule. 2017-10-27 22:07:48 +00:00
java_test.go Fix kotlin -classpath argument 2017-10-26 14:47:40 +00:00
proto.go Move ModuleContext.ModuleBuild to ModuleContext.Build 2017-10-24 10:59:00 -07:00
resources.go Correctly add dependencies to java_resource_dirs files 2017-10-04 17:19:43 -07:00
system_modules.go Add convenience phony targets for system modules 2017-10-24 16:02:53 -07:00