summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-01-17 15:42:52 -0800
committerColin Cross <ccross@android.com>2019-01-22 21:47:19 +0000
commitafbb1734f6fe8073885961578e9312e16826a2e8 (patch)
tree1cb607eccd00db64b72aa306c7b1649d25457c31 /java/java_test.go
parent21fc9bbe198caf9736bb9dc0f5701e8bfd56de40 (diff)
Pass annotation processors to kotlinc
Enable the kotlin-annotation-processing plugin and pass annotation processors to it. Bug: 122251693 Test: m checkbuild Test: TestKapt in kotlin_test.go Change-Id: I841df454beaaa7edd263eea714ca0d958a03c9de
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go
index e16ae355c..9f805bb64 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -121,6 +121,7 @@ func testContext(config android.Config, bp string,
"core.current.stubs",
"core.platform.api.stubs",
"kotlin-stdlib",
+ "kotlin-annotations",
}
for _, extra := range extraModules {