blob: a54d3b0c0300ef918a1ff0f3edef166ae3812fc4 [file] [log] [blame]
// ========================================================
// libasync_safe.a
// ========================================================
cc_library_static {
defaults: ["libc_defaults"],
srcs: [
"async_safe_log.cpp",
],
name: "libasync_safe",
vendor_available: true,
recovery_available: true,
include_dirs: ["bionic/libc"],
header_libs: ["libc_headers"],
export_include_dirs: ["include"],
}