Use dumpstate from gs-common

Bug: 273380985
Test: adb bugreport
Change-Id: I2ef2c029bf2d7c3982c3035ec8b8b6c8eddf641e
This commit is contained in:
Adam Shih 2023-03-29 13:27:54 +08:00
parent e6a9d48932
commit b4920665cc
7 changed files with 4 additions and 613 deletions

View file

@ -9,27 +9,3 @@ sh_binary {
sub_dir: "dump",
}
cc_binary {
name: "android.hardware.dumpstate-service.gs101",
srcs: [
"Dumpstate.cpp",
"service.cpp",
],
init_rc: ["android.hardware.dumpstate-service.gs101.rc"],
vintf_fragments: ["android.hardware.dumpstate-service.gs101.xml"],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"libcutils",
"libdumpstateutil",
"liblog",
"libutils",
"android.hardware.dumpstate-V1-ndk",
],
vendor: true,
relative_install_path: "hw",
}