device_google_gs201/dumpstate/Android.bp
Minchan Kim 21cea1d88e remove dump_gs201
The event trace dumping moved into gs-common.

Bug: 276901078
Test: dumpstate_board.txt on adb bugreport includes the info
Change-Id: I4d0f0886ef9292f854c1009a80ba525347aa45a0
Signed-off-by: Minchan Kim <minchan@google.com>
2023-04-12 06:09:00 +00:00

10 lines
188 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
sh_binary {
name: "dump_power_gs201.sh",
src: "dump_power_gs201.sh",
vendor: true,
sub_dir: "dump",
}