platform_build_soong/java
Colin Cross 7fdd2b788c Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8.
Follow the Make change in I9b6081edfdd2c3e9a450ae8a39c4e32c3d2cda92
to explicitly pass the OpenJDK 8 bootclasspath when targeting <= 1.8.

Bug: 70862583
Test: java_test.go
Test: javap -c -p out/soong/.intermediates/external/guava/guava/linux_glibc_common/javac/classes/com/google/common/hash/AbstractStreamingHashFunction\$AbstractStreamingHasher.class  | grep ByteBuffer.flip
      shows java/nio/Buffer return type in signature.

Change-Id: Ief66bbf6e3a4220b3afb2e02009bd0157d4c7fae
2018-01-02 18:23:43 -08:00
..
config Prep D8 default instead of CompatDX in build/soong 2017-12-18 23:56:30 -08:00
aapt2.go Sort compiled resources by output path 2017-12-01 19:16:42 +00:00
androidmk.go Export app implementation and header jars to Make 2017-12-15 13:42:09 -08:00
app.go Export app certificates to Make for apkcerts list 2017-12-14 12:28:41 -08:00
app_builder.go Export app certificates to Make for apkcerts list 2017-12-14 12:28:41 -08:00
app_test.go Sort compiled resources by output path 2017-12-01 19:16:42 +00:00
builder.go Strip module-info.class files when combining jars 2017-12-21 14:29:56 -08:00
gen.go When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime. 2017-12-15 08:40:27 -08:00
genrule.go Add java_genrules to use jars as inputs and outputs 2017-12-06 03:55:20 +00:00
jacoco.go Fix jacoco filters 2017-12-21 04:34:46 +00:00
jacoco_test.go Fix jacoco filters 2017-12-21 04:34:46 +00:00
java.go Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8. 2018-01-02 18:23:43 -08:00
java_test.go Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8. 2018-01-02 18:23:43 -08:00
proto.go Support output params in java proto 2017-12-15 13:42:09 -08:00
resources.go Correctly add dependencies to java_resource_dirs files 2017-10-04 17:19:43 -07:00
system_modules.go Add VisitDirectDepsWithTag 2018-01-02 18:23:43 -08:00