mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Bug: 152067221 Test: VtsHalDumpstateV1_1TargetTest Signed-off-by: Roman Kiryanov <rkir@google.com> Merged-In: I7f4e50846e2dc4393563c602145afb5617b2d48f Change-Id: I1ad44c244df3cbe7afede8d250d1c2259328c87a
27 lines
689 B
Plaintext
27 lines
689 B
Plaintext
cc_binary {
|
|
name: "android.hardware.dumpstate@1.1-service.example",
|
|
vendor: true,
|
|
relative_install_path: "hw",
|
|
defaults: ["hidl_defaults"],
|
|
init_rc: [
|
|
"android.hardware.dumpstate@1.1-service.example.rc",
|
|
],
|
|
vintf_fragments: [
|
|
"android.hardware.dumpstate@1.1-service.example.xml",
|
|
],
|
|
srcs: ["main.cpp"],
|
|
shared_libs: [
|
|
"android.hardware.dumpstate@1.0",
|
|
"android.hardware.dumpstate@1.1",
|
|
"libbase",
|
|
"libcutils",
|
|
"libdumpstateutil",
|
|
"libhidlbase",
|
|
"liblog",
|
|
"libutils",
|
|
],
|
|
cflags: [
|
|
"-DLOG_TAG=\"android.hardware.dumpstate@1.1-service.example\"",
|
|
],
|
|
}
|