blob: ad86a4e6d607737b555daf702fada64ad2fff807 [file] [log] [blame]
Yifan Honge250fd82017-06-08 11:30:17 -07001// Copyright 2011 The Android Open Source Project
2
3cc_library_static {
4 name: "libqemu_pipe",
Yifan Hongfabe5492017-06-08 14:15:52 -07005 vendor_available: true,
Jiyong Parka0e75042018-05-24 14:11:00 +09006 recovery_available: true,
Jiyong Park697134d2020-03-23 14:40:50 +00007 apex_available: [
8 "com.android.adbd",
9 // TODO(b/151398197) remove the below
10 "//apex_available:platform",
11 ],
Yifan Honge250fd82017-06-08 11:30:17 -070012 sanitize: {
13 misc_undefined: ["integer"],
14 },
15 srcs: ["qemu_pipe.cpp"],
16 local_include_dirs: ["include"],
17 static_libs: ["libbase"],
18 export_include_dirs: ["include"],
19 cflags: ["-Werror"],
20}