Use dumpstate from gs-common
Bug: 273380985 Test: adb bugreport Change-Id: I2ef2c029bf2d7c3982c3035ec8b8b6c8eddf641e
This commit is contained in:
parent
e6a9d48932
commit
b4920665cc
7 changed files with 4 additions and 613 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue