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