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.

60 lines
1.2 KiB

cc_library_shared {
name: "libuapi_dispmng",
proprietary: true,
compile_multilib: "both",
srcs: [
"*.c",
"ini_parse/*.cpp",
],
include_dirs: [
"vendor/platform/secure_c/include",
],
header_libs: [
"drv_common_headers",
"drv_generic_headers",
"drv_hdmitx_headers",
"drv_video_headers",
"drv_memc_headers",
"drv_vo_headers",
"libuapi_dispmng_headers",
"libuapi_audio_headers",
"libuapi_cec_headers",
"libuapi_media_headers",
"libuapi_video_headers",
],
export_header_lib_headers: [
"libuapi_dispmng_headers",
],
shared_libs: [
"libcutils",
"libutils",
"liblog",
"libuapi_securec",
"libuapi_common",
"libuapi_vo",
"libuapi_hdmitx",
"libuapi_pdm",
"libuapi_panel",
"libuapi_pq",
"libuapi_memory",
],
cflags: [
"-DLOG_TAG=\"libuapi_dispmng\"",
"-DCONFIG_SOCT_LOG_SUPPORT",
"-Wformat",
"-Wlong-long",
"-Wpointer-arith",
"-fstack-protector-all",
"-fPIC",
"-Werror",
"-Wall",
],
clang: true,
}