Home | History | Annotate | Download | only in qemu_pipe
      1 // Copyright 2011 The Android Open Source Project
      2 
      3 cc_library_static {
      4     name: "libqemu_pipe",
      5     vendor_available: true,
      6     sanitize: {
      7         misc_undefined: ["integer"],
      8     },
      9     srcs: ["qemu_pipe.cpp"],
     10     local_include_dirs: ["include"],
     11     static_libs: ["libbase"],
     12     export_include_dirs: ["include"],
     13     cflags: ["-Werror"],
     14 }
     15