Merge "Fix darwin build" am: 8c0c1ba989

am: e68fa81351

Change-Id: Ia9d754f5a71ba2a6d926139e3eb1b1082b1ef1cb
This commit is contained in:
Christopher Tate 2018-02-17 04:01:15 +00:00 committed by android-build-merger
commit 192cd6ec1b
1 changed files with 3 additions and 0 deletions

View File

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