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>
10 lines
188 B
Text
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",
|
|
}
|