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.
50 lines
868 B
50 lines
868 B
cc_prebuilt_library_shared {
|
|
name: "libuapi_pqhdr",
|
|
target: {
|
|
android_arm: {
|
|
srcs: [
|
|
"lib/libuapi_pqhdr.so",
|
|
],
|
|
},
|
|
android_arm64: {
|
|
srcs: [
|
|
"lib64/libuapi_pqhdr.so",
|
|
],
|
|
},
|
|
},
|
|
|
|
shared_libs: [
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libuapi_memory",
|
|
],
|
|
|
|
header_libs: [
|
|
"libuapi_pqhdr_headers",
|
|
],
|
|
|
|
export_header_lib_headers: [
|
|
"libuapi_pqhdr_headers",
|
|
],
|
|
|
|
vendor: true,
|
|
compile_multilib: "both",
|
|
clang: true,
|
|
}
|
|
|
|
cc_prebuilt_binary {
|
|
name: "pq_alg_server",
|
|
vendor: true,
|
|
init_rc: ["init.pq_alg_server.rc"],
|
|
srcs: [
|
|
"bin/pq_alg_server",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libuapi_memory",
|
|
],
|
|
}
|
|
|