aboutsummaryrefslogtreecommitdiff
path: root/sh/Android.bp
blob: e5ffeefb48ab8f053f5128553a9c07c2c2b217f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bootstrap_go_package {
    name: "soong-sh",
    pkgPath: "android/soong/sh",
    deps: [
        "blueprint",
        "soong",
        "soong-android",
        "soong-cc",
        "soong-tradefed",
    ],
    srcs: [
        "sh_binary.go",
    ],
    testSrcs: [
        "sh_binary_test.go",
    ],
    pluginFor: ["soong_build"],
}