Make libmemunreachable vendor_available

Allow vendor processes to use libmemunreachable.

Bug: 132302484
Test: m checkbuild
Change-Id: I9ed1543bd3fb20208785a160251e912a0c7e334d
This commit is contained in:
Colin Cross 2019-05-17 13:44:01 -07:00
parent 086e33f4bb
commit 05719708d0
1 changed files with 1 additions and 0 deletions

View File

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