You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
757 B

cc_prebuilt_library_shared {
name: "vendor.huanglong.hardware.hwhlai@1.0-impl",
vendor: true,
check_elf_files:false,
relative_install_path: "hw",
arch: {
arm64: {
srcs: ["lib64/vendor.huanglong.hardware.hwhlai@1.0-impl.so"],
},
},
shared_libs: [
"vendor.huanglong.hardware.hwhlai@1.0",
],
}
cc_prebuilt_binary {
name: "vendor.huanglong.hardware.hwhlai@1.0-service",
vendor: true,
check_elf_files:false,
proprietary: true,
relative_install_path: "hw",
srcs: [
"vendor.huanglong.hardware.hwhlai@1.0-service",
],
shared_libs: [
"vendor.huanglong.hardware.hwhlai@1.0",
],
init_rc: ["vendor.huanglong.hardware.hwhlai@1.0-service.rc"],
}