device_google_zuma/dumpstate/Android.bp
Adam Shih eb06b6db9e Move pixel dumpstate to gs-common
Bug: 240530709
Test: adb bugreport
Change-Id: I70a1cd1a2a2b78b043f3c7fa8ff47f2fec75e078
2023-03-22 12:59:10 +08:00

32 lines
488 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_cma.sh",
src: "dump_cma.sh",
vendor: true,
sub_dir: "dump",
}
sh_binary {
name: "dump_gsa.sh",
src: "dump_gsa.sh",
vendor: true,
sub_dir: "dump",
}