cc_library_shared { name: "libuapi_demux", proprietary: true, compile_multilib: "both", srcs: [ "*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], header_libs: [ "drv_common_headers", "drv_demux_headers", "drv_generic_headers", "drv_ssm_headers", "libuapi_demux_headers", "libuapi_generic_headers", "libuapi_media_headers", "libuapi_video_headers", "libuapi_common_headers", ], export_header_lib_headers: [ "libuapi_demux_headers", ], shared_libs: [ "libuapi_securec", "libuapi_common", "libuapi_ssm", "libuapi_memory", ], cflags: [ "-DLOG_TAG=\"libuapi_demux\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", "-fstack-protector-all", "-fPIC", "-Werror", "-Wall", ], clang: true, }