Fix darwin build
Darwin needs libbase too. Test: 'm' Change-Id: I9d50face92b7d5a4399dbcebd39d4062477b3a2c
This commit is contained in:
parent
76eda07ff6
commit
6983112f59
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ cc_library {
|
|||
target: {
|
||||
darwin: {
|
||||
enabled: true,
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
],
|
||||
},
|
||||
linux: {
|
||||
srcs: libbacktrace_sources,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue