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.
|
cc_prebuilt_library_shared {
|
|
name: "libai_client",
|
|
arch: {
|
|
arm64: {
|
|
srcs: ["libai_client.so"],
|
|
},
|
|
},
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libutils",
|
|
"libcutils",
|
|
"libhidlbase",
|
|
"libhwbinder",
|
|
"libhidltransport",
|
|
"libuapi_securec",
|
|
"vendor.huanglong.hardware.hwhlai@1.0",
|
|
],
|
|
|
|
}
|