Move power dump out of hal_dumpstate_default

Bug: 273380509
Test: adb bugreport
Change-Id: I25a3c384e085f8534d4917a73714a99579fbd8bd
This commit is contained in:
Adam Shih
2023-03-29 13:05:35 +08:00
parent 804ed04262
commit 7fefcc231f
4 changed files with 341 additions and 203 deletions

View File

@@ -2,6 +2,13 @@ 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",
}
cc_binary {
name: "dump_gs201",
srcs: ["dump_gs201.cpp"],