device_google_zumapro/dumpstate/Android.bp
Minchan Kim 12c9a0fe55 remove dump_cma.sh from zumapro
We will introduce it into gs-common

Bug: 276901078
Change-Id: I921398c0ebe68343c84c4b429e2e595d214ff205
Signed-off-by: Minchan Kim <minchan@google.com>
2023-04-11 22:23:01 +00:00

25 lines
385 B
Text

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_gsa.sh",
src: "dump_gsa.sh",
vendor: true,
sub_dir: "dump",
}