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