Fix darwin build

Darwin needs libbase too.

Test: 'm'
Change-Id: I9d50face92b7d5a4399dbcebd39d4062477b3a2c
This commit is contained in:
Christopher Tate 2018-02-16 14:52:26 -08:00 committed by Elliott Hughes
parent 76eda07ff6
commit 6983112f59

View file

@ -83,6 +83,9 @@ cc_library {
target: {
darwin: {
enabled: true,
shared_libs: [
"libbase",
],
},
linux: {
srcs: libbacktrace_sources,