diff options
author | Martijn Coenen <maco@google.com> | 2017-06-20 10:10:59 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2017-06-20 10:11:55 -0700 |
commit | ce102dd74f02157f7f4f974843d334c18cd09b22 (patch) | |
tree | 13ce41cb0979de1991c3eae6f8e3641084ccd06b /libmemunreachable | |
parent | ad4aa9e169529615ba7c74b942aaee53a1425a78 (diff) | |
download | core-ce102dd74f02157f7f4f974843d334c18cd09b22.tar.gz core-ce102dd74f02157f7f4f974843d334c18cd09b22.tar.bz2 core-ce102dd74f02157f7f4f974843d334c18cd09b22.zip |
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
Diffstat (limited to 'libmemunreachable')
-rw-r--r-- | libmemunreachable/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmemunreachable/Android.bp b/libmemunreachable/Android.bp index 4269eaa0a..cdac76bab 100644 --- a/libmemunreachable/Android.bp +++ b/libmemunreachable/Android.bp @@ -23,7 +23,6 @@ cc_defaults { cc_library_shared { name: "libmemunreachable", - vendor_available: true, defaults: ["libmemunreachable_defaults"], srcs: [ "Allocator.cpp", |