| Christopher Ferris | 7a3681e | 2017-04-24 17:48:32 -0700 | [diff] [blame] | 1 | // ======================================================== |
| 2 | // libasync_safe.a | ||||
| 3 | // ======================================================== | ||||
| 4 | cc_library_static { | ||||
| 5 | defaults: ["libc_defaults"], | ||||
| 6 | srcs: [ | ||||
| 7 | "async_safe_log.cpp", | ||||
| 8 | ], | ||||
| 9 | |||||
| 10 | name: "libasync_safe", | ||||
| 11 | |||||
| 12 | include_dirs: ["bionic/libc"], | ||||
| 13 | |||||
| 14 | export_include_dirs: ["include"], | ||||
| 15 | } | ||||