Fix darwin build

Disable host libmeminfo and showmap when building on darwin.

Test: m on darwin
Change-Id: Ie9342eff8d9e33c706edbb068d4ec405b480e599
This commit is contained in:
Colin Cross 2019-07-18 16:25:15 -07:00
parent 45a1c998d1
commit 3defd5237f
2 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,12 @@ cc_defaults {
"liblog",
"libprocinfo",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_library {

View File

@ -67,6 +67,12 @@ cc_binary {
"libbase",
"libmeminfo",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_binary {