platform_build_soong/java/config
Zoran Jovanovic 8736ce29e8 Enable kotlinc flags in blueprint files
Add support for adding kotlinc files in the module.

Some flags are unnecessary as they are added by
default (-no-jdk and -no-stdlib), or are not needed
on an Android build (-include-runtime), or may
conflict with the build (-kotlin-home and
-Xintellij-plugin-root), so the error stops the
build if they are added.

Test: part of java/java_test.go
Change-Id: If3b2777062daaa490a20c014e9b1bb4b1cb0a8df
Signed-off-by: Zoran Jovanovic <zoran.jovanovic@sony.com>
2018-11-14 15:02:46 +00:00
..
config.go Build platform with core library stubs by default 2018-10-12 22:41:00 +01:00
error_prone.go Run ErrorProne in OpenJDK9 2018-06-20 21:03:16 -07:00
kotlin.go Enable kotlinc flags in blueprint files 2018-11-14 15:02:46 +00:00
makevars.go Use manifest merger in Soong 2018-07-11 05:52:26 +00:00