Move pixel dumpstate to gs-common

Bug: 240530709
Test: adb bugreport
Change-Id: I70a1cd1a2a2b78b043f3c7fa8ff47f2fec75e078
This commit is contained in:
Adam Shih 2023-03-22 11:24:35 +08:00
parent d3fa152d5a
commit eb06b6db9e
7 changed files with 1 additions and 348 deletions

View file

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