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

Commit d6117f44 authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Fix Mac breakage (missing CoreFoundation)

Bug: 435067659
Test: ABTD
Flag: EXEMPT third-party library upgrade
Change-Id: Ibe8247cf774317f0d5c90578003ba797d4e683bd
parent 98e2bfb0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ cc_defaults {
        },
        darwin: {
            cflags: ["-D_DARWIN_UNLIMITED_STREAMS"],
            host_ldlibs: [
                // Required by protobuf
                "-framework CoreFoundation",
            ],
        },
    },
    header_libs: [