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