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:
parent
ad4aa9e169
commit
ce102dd74f
|
@ -23,7 +23,6 @@ cc_defaults {
|
|||
|
||||
cc_library_shared {
|
||||
name: "libmemunreachable",
|
||||
vendor_available: true,
|
||||
defaults: ["libmemunreachable_defaults"],
|
||||
srcs: [
|
||||
"Allocator.cpp",
|
||||
|
|
Loading…
Reference in New Issue