platform_build_soong/java
Tobias Thierer 96427d63bc kotlinc: Always pass -jvm-target 1.8
AOSP's current version of kotlinc only supports -jvm-target
1.8 or 1.6. Previously, we were passing the javaVersion
(the value passed to javac -target) but that would fail if
javaVersion was eg. 1.9.

This CL changes the kotlinc invocation to always pass
-jvm-target 1.8, regardless of javaVersion.

Bug: 69160377
Test: Treehugger
Change-Id: Ib12a8c2afbe908319513861a5380e70bf09d0be0
2017-11-18 04:11:59 +00:00
..
config Export extract-srcjars.sh to Make 2017-11-17 11:22:08 -08:00
androidmk.go Change bool, and string properties to *bool, and *string for java, 2017-11-08 21:25:40 -08:00
app.go Change bool, and string properties to *bool, and *string for java, 2017-11-08 21:25:40 -08:00
app_builder.go Move ModuleContext.ModuleBuild to ModuleContext.Build 2017-10-24 10:59:00 -07:00
builder.go kotlinc: Always pass -jvm-target 1.8 2017-11-18 04:11:59 +00:00
gen.go Use logtags without merged file 2017-11-17 11:22:08 -08:00
java.go Add support for .srcjar files from genrules and srcs 2017-11-17 11:22:08 -08:00
java_test.go Pass results of Finder into Blueprint 2017-11-08 23:48:44 +00:00
proto.go Remove partial javastream proto support 2017-11-17 11:22:08 -08: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