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, }