platform_build_soong/java
Colin Cross 6cbb127564 Fix missing bootclasspath error in java compiles
If a java library only links against the same jar as bootclasspath,
the jar was being added to classpath and not bootclasspath, leaving
bootclasspath blank and using the default bootclasspath.  Reverse
the order so that bootclasspath takes effect.

Change-Id: Ib9fbf01897314a57228013d4aef52606390b0aca
2015-04-08 15:19:36 -07:00
..
builder.go Move config into common and provide helper 2015-04-08 15:19:24 -07:00
java.go Fix missing bootclasspath error in java compiles 2015-04-08 15:19:36 -07:00
resources.go Support java libraries, binaries, and prebuilts 2015-04-03 16:24:44 -07:00