summaryrefslogtreecommitdiff
path: root/dauntless/Android.bp
blob: bd365a7899be04269d64cc4beed1502a39c6b7ae (plain)
1
2
3
4
5
6
7
8
9
10
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

sh_binary {
    name: "dump_gsc.sh",
    src: "dump_gsc.sh",
    vendor: true,
    sub_dir: "dump",
}