diff options
author | Yifan Hong <elsk@google.com> | 2017-06-08 14:15:52 -0700 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2017-06-08 14:16:11 -0700 |
commit | fabe549af16ae85683f7da8edb653d0c1e13a644 (patch) | |
tree | 25e6168d33ef4d34a3d5b8ea794f27ffee4abbac /qemu_pipe | |
parent | e250fd84db8789823a7435462062e9c23377eadd (diff) | |
download | core-fabe549af16ae85683f7da8edb653d0c1e13a644.tar.gz core-fabe549af16ae85683f7da8edb653d0c1e13a644.tar.bz2 core-fabe549af16ae85683f7da8edb653d0c1e13a644.zip |
Mark libqemu_pipe vendor_available
Test: lunch aosp_arm && m -j BOARD_VNDK_VERSION=current
Bug: 38244611
Bug: 62449588
Change-Id: I6f9bc5b1f376a046d05d77436360b32c65981165
Diffstat (limited to 'qemu_pipe')
-rw-r--r-- | qemu_pipe/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_pipe/Android.bp b/qemu_pipe/Android.bp index ea9fa76e4..93c347beb 100644 --- a/qemu_pipe/Android.bp +++ b/qemu_pipe/Android.bp @@ -2,6 +2,7 @@ cc_library_static { name: "libqemu_pipe", + vendor_available: true, sanitize: { misc_undefined: ["integer"], }, |