mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 18:07:35 +00:00
19 lines
485 B
Plaintext
19 lines
485 B
Plaintext
|
|
cc_binary {
|
||
|
|
name: "vendor.lineage.powershare@1.0-service.eqs",
|
||
|
|
defaults: ["hidl_defaults"],
|
||
|
|
init_rc: ["vendor.lineage.powershare@1.0-service.eqs.rc"],
|
||
|
|
vintf_fragments: ["vendor.lineage.powershare@1.0-service.eqs.xml"],
|
||
|
|
vendor: true,
|
||
|
|
relative_install_path: "hw",
|
||
|
|
srcs: [
|
||
|
|
"service.cpp",
|
||
|
|
"PowerShare.cpp",
|
||
|
|
],
|
||
|
|
shared_libs: [
|
||
|
|
"libbase",
|
||
|
|
"libhidlbase",
|
||
|
|
"libutils",
|
||
|
|
"vendor.lineage.powershare@1.0",
|
||
|
|
],
|
||
|
|
}
|