18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
// ========================================================
|
|
// libasync_safe.a
|
|
// ========================================================
|
|
cc_library_static {
|
|
defaults: ["libc_defaults"],
|
|
srcs: [
|
|
"async_safe_log.cpp",
|
|
],
|
|
|
|
name: "libasync_safe",
|
|
vendor_available: true,
|
|
recovery_available: true,
|
|
|
|
include_dirs: ["bionic/libc"],
|
|
|
|
export_include_dirs: ["include"],
|
|
}
|