blob: ea9fa76e4a308546612a8943879a17fca9e844a0 [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",
5 sanitize: {
6 misc_undefined: ["integer"],
7 },
8 srcs: ["qemu_pipe.cpp"],
9 local_include_dirs: ["include"],
10 static_libs: ["libbase"],
11 export_include_dirs: ["include"],
12 cflags: ["-Werror"],
13}