commit | d5c10feb78ee93d311808df65fc4b1ac9459c61c | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Fri Feb 16 14:52:26 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 16 14:54:36 2018 -0800 |
tree | 8a05d4d597635b332bdec98f98fdd74fbdca8394 | |
parent | 4262b43bdb9528da360a14461c6c45f788a1e41b [diff] |
Fix darwin build Darwin needs libbase too. Test: 'm' Change-Id: I9d50face92b7d5a4399dbcebd39d4062477b3a2c
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp index 10a4e46..be56531 100644 --- a/libbacktrace/Android.bp +++ b/libbacktrace/Android.bp
@@ -83,6 +83,9 @@ target: { darwin: { enabled: true, + shared_libs: [ + "libbase", + ], }, linux: { srcs: libbacktrace_sources,