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.
28 lines
530 B
28 lines
530 B
cc_prebuilt_binary {
|
|
name: "vpluginserver",
|
|
vendor: true,
|
|
init_rc: ["vpluginserver.rc"],
|
|
srcs: [
|
|
"bin/vpluginserver",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libcutils",
|
|
"libutils",
|
|
"liblog",
|
|
"libbinder",
|
|
"libuapi_vo",
|
|
"libuapi_memory",
|
|
"libm",
|
|
"liblog",
|
|
"libc",
|
|
"libdl",
|
|
"libz",
|
|
"libuapi_securec",
|
|
"libuapi_vplugin",
|
|
"libcust",
|
|
"libimagekit",
|
|
"libuapi_common",
|
|
"libuapi_pdm",
|
|
],
|
|
} |