commit | 93e85950441509eda5225e8d35055135daaf6d98 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Aug 15 13:34:18 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 17 16:25:22 2017 -0700 |
tree | 07a1d5501e6768a529a7d7454d398a138ec009e6 | |
parent | f6df17afd1ee69c719b27fa38f1ccbdfcc348a2d [diff] [blame] |
Initial kotlin support Allow java libraries to specify .kt sources, precompile them with kotlin, and then pass them in the classpath to javac. Bug: 65219535 Test: java_test.go Change-Id: Ife22b6ef82ced9ec26a9e5392b2dadacbb16546f
diff --git a/Android.bp b/Android.bp index 1153aac..32b89d1 100644 --- a/Android.bp +++ b/Android.bp
@@ -229,6 +229,7 @@ srcs: [ "java/config/config.go", "java/config/error_prone.go", + "java/config/kotlin.go", "java/config/makevars.go", ], }