Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6983112f authored by Christopher Tate's avatar Christopher Tate Committed by Elliott Hughes
Browse files

Fix darwin build

Darwin needs libbase too.

Test: 'm'
Change-Id: I9d50face92b7d5a4399dbcebd39d4062477b3a2c
parent 76eda07f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -83,6 +83,9 @@ cc_library {
    target: {
        darwin: {
            enabled: true,
            shared_libs: [
               "libbase",
             ],
        },
        linux: {
            srcs: libbacktrace_sources,