fabe549af1
Test: lunch aosp_arm && m -j BOARD_VNDK_VERSION=current Bug: 38244611 Bug: 62449588 Change-Id: I6f9bc5b1f376a046d05d77436360b32c65981165
14 lines
346 B
Text
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"],
|
|
}
|