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

Commit 51f0cb67 authored by Steven Moreland's avatar Steven Moreland
Browse files

libstatslog: disable on darwin

libbinder doesn't support mac.

Bug: 172023026
Test: N/A
Change-Id: Idc484994e7cf5125736ddd7f5c98165ee9f01e67
parent 730f3532
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -126,6 +126,9 @@ cc_library {
        host: {
            static_libs: ["libstatssocket"],
        },
        darwin: {
            enabled: false,
        },
    },
}