blob: a835697418f95f7551c8a2ddf1c2d1cf01b2fa03 [file] [log] [blame]
Christopher Ferris7a3681e2017-04-24 17:48:32 -07001// ========================================================
2// libasync_safe.a
3// ========================================================
4cc_library_static {
5 defaults: ["libc_defaults"],
6 srcs: [
7 "async_safe_log.cpp",
8 ],
9
10 name: "libasync_safe",
Jiyong Parkec0d6b42017-05-15 15:22:12 +090011 vendor_available: true,
Christopher Ferris7a3681e2017-04-24 17:48:32 -070012
13 include_dirs: ["bionic/libc"],
14
15 export_include_dirs: ["include"],
16}