cc_library_shared { name: "libuapi_adec", proprietary: true, compile_multilib: "both", srcs: [ "*.c", "fault_check/*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], local_include_dirs: [ "fault_check", ], header_libs: [ "drv_adec_headers", "drv_ao_headers", "drv_audio_headers", "drv_common_headers", "drv_generic_headers", "libuapi_adec_headers", "libuapi_audio_headers", "libuapi_media_headers", "libuapi_hacodec_headers", ], export_header_lib_headers: [ "libuapi_adec_headers", ], shared_libs: [ "libuapi_securec", "libuapi_common", "libuapi_memory", "libuapi_ao", "libdftevent", ], cflags: [ "-DLOG_TAG=\"libuapi_adec\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", "-fstack-protector-all", "-fPIC", "-Werror", "-Wall", ], clang: true, }