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

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