summaryrefslogtreecommitdiff
path: root/ci_tests/Android.bp
blob: 181ded46d8ea91b793e4170c8cf906dcae1c2809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

bootstrap_go_package {
    name: "soong-ci-tests",
    pkgPath: "android/soong/ci_tests",
    deps: [
        "blueprint",
        "blueprint-proptools",
        "soong",
        "soong-android",
    ],
    srcs: [
        "ci_test_package_zip.go",
    ],
    testSrcs: [
    ],
    pluginFor: ["soong_build"],
    visibility: ["//visibility:public"],
}