platform_system_core/qemu_pipe/Android.bp
Yifan Hong fabe549af1 Mark libqemu_pipe vendor_available
Test: lunch aosp_arm && m -j BOARD_VNDK_VERSION=current

Bug: 38244611
Bug: 62449588

Change-Id: I6f9bc5b1f376a046d05d77436360b32c65981165
2017-06-08 14:16:11 -07:00

14 lines
346 B
Text

// Copyright 2011 The Android Open Source Project
cc_library_static {
name: "libqemu_pipe",
vendor_available: true,
sanitize: {
misc_undefined: ["integer"],
},
srcs: ["qemu_pipe.cpp"],
local_include_dirs: ["include"],
static_libs: ["libbase"],
export_include_dirs: ["include"],
cflags: ["-Werror"],
}