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

Commit 301b394a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Skip building libfs_avb unittest for Mac"

parents 0dd37259 a99a1f27
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -32,4 +32,9 @@ cc_test_host {
    srcs: [
    srcs: [
        "fs_avb_unittest_util.cpp",
        "fs_avb_unittest_util.cpp",
    ],
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}
}