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", |
Jiyong Park | ec0d6b4 | 2017-05-15 15:22:12 +0900 | [diff] [blame^] | 11 | vendor_available: true, |
Christopher Ferris | 7a3681e | 2017-04-24 17:48:32 -0700 | [diff] [blame] | 12 | |
| 13 | include_dirs: ["bionic/libc"], |
| 14 | |
| 15 | export_include_dirs: ["include"], |
| 16 | } |