Mark libqemu_pipe vendor_available

Test: lunch aosp_arm && m -j BOARD_VNDK_VERSION=current

Bug: 38244611
Bug: 62449588

Change-Id: I6f9bc5b1f376a046d05d77436360b32c65981165
This commit is contained in:
Yifan Hong 2017-06-08 14:15:52 -07:00
parent e250fd84db
commit fabe549af1

View file

@ -2,6 +2,7 @@
cc_library_static {
name: "libqemu_pipe",
vendor_available: true,
sanitize: {
misc_undefined: ["integer"],
},