create a dump for gs201

Bug: 273380509
Test: adb bugreport
Change-Id: I44564eca36026608d7fe599ca8b8e412caa50c92
This commit is contained in:
Adam Shih 2023-03-28 12:55:08 +08:00
parent 48d6508920
commit e7b8ae32a3
4 changed files with 37 additions and 6 deletions

View file

@ -2,6 +2,21 @@ package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "dump_gs201",
srcs: ["dump_gs201.cpp"],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
shared_libs: [
"libdump",
],
vendor: true,
relative_install_path: "dump",
}
cc_binary {
name: "android.hardware.dumpstate-service.gs201",
srcs: [