Adam Shih 15196a7f5f create a generic dumpstate for all pixel to use
Bug: 240530709
Test: adb bugreport
Change-Id: I27f64d9ab37d541fdbe0128f86b4960281d34497
Merged-In: I27f64d9ab37d541fdbe0128f86b4960281d34497
2023-03-22 05:06:57 +00:00

30 lines
642 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "android.hardware.dumpstate-service",
srcs: [
"Dumpstate.cpp",
"service.cpp",
],
init_rc: ["android.hardware.dumpstate-service.rc"],
vintf_fragments: ["android.hardware.dumpstate-service.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",
}