• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ========================================================
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",
11    vendor_available: true,
12
13    include_dirs: ["bionic/libc"],
14
15    export_include_dirs: ["include"],
16}
17