summaryrefslogtreecommitdiffstats
path: root/libmemunreachable
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2017-06-20 10:10:59 -0700
committerMartijn Coenen <maco@google.com>2017-06-20 10:11:55 -0700
commitce102dd74f02157f7f4f974843d334c18cd09b22 (patch)
tree13ce41cb0979de1991c3eae6f8e3641084ccd06b /libmemunreachable
parentad4aa9e169529615ba7c74b942aaee53a1425a78 (diff)
downloadsystem_core-ce102dd74f02157f7f4f974843d334c18cd09b22.tar.gz
system_core-ce102dd74f02157f7f4f974843d334c18cd09b22.tar.bz2
system_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.bp1
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",