cc_library_shared { name: "libuapi_flash", proprietary: true, compile_multilib: "both", srcs: [ "*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], local_include_dirs: [ "include", ], header_libs: [ "drv_generic_headers", "libuapi_flash_headers", ], export_header_lib_headers: [ "libuapi_flash_headers", ], shared_libs: [ "liblog", "libuapi_common", "libuapi_securec", ], cflags: [ "-DLOG_TAG=\"libuapi_flash\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-fno-common", "-Wno-unused", "-Wpointer-arith", "-Wno-unused-parameter", ], clang: true, }