mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 14:25:57 +00:00
Change-Id: I200fd6c685183c98f0815b207adae5aa75a37238 Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com> Signed-off-by: kibria5 <mdkibria687@gmail.com>
20 lines
524 B
Plaintext
20 lines
524 B
Plaintext
cc_binary {
|
|
name: "vendor.lineage.fastcharge@1.0-service.xiaomi_sm6225",
|
|
relative_install_path: "hw",
|
|
init_rc: ["vendor.lineage.fastcharge@1.0-service.xiaomi_sm6225.rc"],
|
|
vintf_fragments: ["vendor.lineage.fastcharge@1.0-service.xiaomi_sm6225.xml"],
|
|
vendor: true,
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder",
|
|
"libcutils",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"vendor.lineage.fastcharge@1.0",
|
|
],
|
|
srcs: [
|
|
"FastCharge.cpp",
|
|
"service.cpp",
|
|
],
|
|
}
|