mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Test: compilation finds dependencies Bug: 37512442 Change-Id: Ib207c2163a07dea03c096283d10b00af966a1728
23 lines
477 B
Plaintext
23 lines
477 B
Plaintext
cc_binary {
|
|
name: "android.hardware.dumpstate@1.0-service",
|
|
init_rc: ["android.hardware.dumpstate@1.0-service.rc"],
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
srcs: [
|
|
"DumpstateDevice.cpp",
|
|
"service.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"android.hardware.dumpstate@1.0",
|
|
"libbase",
|
|
"libcutils",
|
|
"libdumpstateutil",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"liblog",
|
|
"libutils",
|
|
],
|
|
|
|
}
|