summaryrefslogtreecommitdiffstats
path: root/Android.bp
blob: 41a3400f833b23e7ce1893219815915a3ce0e3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
java_import {
    name: "kotlin-annotations",
    host_supported: true,
    jars: ["lib/annotations-13.0.jar"],
    sdk_version: "core_current",
}

java_import {
    name: "kotlin-reflect",
    host_supported: true,
    jars: ["lib/kotlin-reflect.jar"],
    sdk_version: "core_current",
}

java_import {
    name: "kotlin-stdlib",
    host_supported: true,
    jars: ["lib/kotlin-stdlib.jar"],
    sdk_version: "core_current",
}

java_import {
    name: "kotlin-test",
    host_supported: true,
    jars: [
        "lib/kotlin-test.jar",
        "lib/kotlin-test-junit.jar",
    ],
    sdk_version: "core_current",
}