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_pdm",
proprietary: true,
compile_multilib: "both",
srcs: [
"iapi_pdm.c",
"mpi_pdm.c",
"db_ext.c",
],
include_dirs: [
"vendor/platform/secure_c/include",
],
header_libs: [
"drv_ao_headers",
"drv_audio_headers",
"drv_common_headers",
"drv_generic_headers",
"drv_memc_headers",
"drv_panel_headers",
"drv_pdm_headers",
"drv_spi_headers",
"drv_video_headers",
"drv_vo_headers",
"libuapi_pdm_headers",
"libuapi_cec_headers",
"libuapi_video_headers",
"libdftevent_headers",
],
export_header_lib_headers: [
"libuapi_pdm_headers",
],
shared_libs: [
"liblog",
"libuapi_flash",
"libuapi_panel",
"libuapi_vo",
"libuapi_memory",
"libuapi_securec",
"libuapi_common",
"libdftevent",
],
cflags: [
"-DLOG_TAG=\"libuapi_pdm\"",
"-DCONFIG_SOCT_LOG_SUPPORT",
"-Wformat",
"-Wlong-long",
"-fno-common",
"-Wno-unused",
"-Wpointer-arith",
"-Wno-unused-parameter",
],
clang: true,
}