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.
21 lines
379 B
21 lines
379 B
4 months ago
|
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",
|
||
|
],
|
||
|
|
||
|
}
|