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.
52 lines
1.0 KiB
52 lines
1.0 KiB
cc_library_shared {
|
|
name: "libuapi_vplugin",
|
|
proprietary: true,
|
|
compile_multilib: "both",
|
|
|
|
srcs: [
|
|
"*.c",
|
|
],
|
|
|
|
include_dirs: [
|
|
"vendor/platform/secure_c/include",
|
|
],
|
|
|
|
header_libs: [
|
|
"libuapi_vplugin_headers",
|
|
"libuapi_video_headers",
|
|
"libuapi_memory_headers",
|
|
"libuapi_vo_headers",
|
|
"libuapi_media_headers",
|
|
"libuapi_common_headers",
|
|
"drv_vplugin_headers",
|
|
"drv_generic_headers",
|
|
"drv_video_headers",
|
|
"drv_vo_headers",
|
|
"drv_memc_headers",
|
|
"drv_common_headers",
|
|
],
|
|
|
|
export_header_lib_headers: [
|
|
"libuapi_vplugin_headers",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libuapi_memory"
|
|
],
|
|
|
|
cflags: [
|
|
"-DLOG_TAG=\"libuapi_vplugin\"",
|
|
"-DCONFIG_SOCT_LOG_SUPPORT",
|
|
"-Wformat",
|
|
"-Wlong-long",
|
|
"-Wpointer-arith",
|
|
"-fstack-protector-all",
|
|
"-fPIC",
|
|
"-Werror",
|
|
"-Wall",
|
|
],
|
|
clang: true,
|
|
}
|