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

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

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

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