device_google_gs201/dumpstate/Android.bp
Adam Shih f50f869a70 use dumpsate from gs-common
Bug: 273380985
Test: adb bugreport
Change-Id: I9ff3f7212c0821e5e880563ed503ea1d883a7a87
2023-04-10 01:11:14 +00:00

26 lines
425 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",
}
cc_binary {
name: "dump_gs201",
srcs: ["dump_gs201.cpp"],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
shared_libs: [
"libdump",
],
vendor: true,
relative_install_path: "dump",
}