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"], }