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

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