device_google_zuma/dumpstate/Android.bp
Adam Shih 187ebac0b8 Move pixel dumpstate to gs-common
Bug: 240530709
Test: adb bugreport
Change-Id: I70a1cd1a2a2b78b043f3c7fa8ff47f2fec75e078
Merged-In: I70a1cd1a2a2b78b043f3c7fa8ff47f2fec75e078
2023-03-22 05:06:42 +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_cma.sh",
src: "dump_cma.sh",
vendor: true,
sub_dir: "dump",
}