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.

51 lines
1004 B

cc_library_shared {
name: "libuapi_pq",
proprietary: true,
compile_multilib: "both",
srcs: [
"pq_master/iapi_pq.c",
"pq_master/mpi_pq.c",
],
include_dirs: [
"vendor/platform/secure_c/include",
],
header_libs: [
"drv_common_headers",
"drv_generic_headers",
"drv_memc_headers",
"drv_pq_headers",
"drv_video_headers",
"drv_vo_headers",
"libuapi_pq_headers",
"libuapi_video_headers",
],
export_header_lib_headers: [
"libuapi_pq_headers",
],
shared_libs: [
"libuapi_securec",
"libuapi_common",
"libuapi_memory",
"libuapi_vo",
"libuapi_pqhdr",
],
cflags: [
"-DLOG_TAG=\"libuapi_pq\"",
"-DCONFIG_SOCT_LOG_SUPPORT",
"-Wformat",
"-Wlong-long",
"-Wpointer-arith",
"-fstack-protector-all",
"-fPIC",
"-Werror",
"-Wall",
],
clang: true,
}