summaryrefslogtreecommitdiff
path: root/python/Android.bp
blob: e49fa6a3c4c32793824f3aaa7cf2c3622268e70d (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
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

bootstrap_go_package {
    name: "soong-python",
    pkgPath: "android/soong/python",
    deps: [
        "blueprint",
        "soong-android",
        "soong-tradefed",
    ],
    srcs: [
        "androidmk.go",
        "binary.go",
        "builder.go",
        "defaults.go",
        "installer.go",
        "library.go",
        "proto.go",
        "python.go",
        "test.go",
        "testing.go",
    ],
    testSrcs: [
        "python_test.go",
    ],
    pluginFor: ["soong_build"],
}