Remove libmemunreachable from the VNDK.

It depends on functionality in the bionic
allocator, which may get updated independently
of the vendor partition (as libc is in the LL-NDK).

Bug: 33241851
Test: builds
Change-Id: I435679843229d0d4d2e2be7bfe8c27f558a016dd
This commit is contained in:
Martijn Coenen 2017-06-20 10:10:59 -07:00
parent ad4aa9e169
commit ce102dd74f
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ cc_defaults {
cc_library_shared {
name: "libmemunreachable",
vendor_available: true,
defaults: ["libmemunreachable_defaults"],
srcs: [
"Allocator.cpp",