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

Commit 0b66e96d authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "Fixing the Mac SDK build"

parents c8e0292b 435dfac1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -215,4 +215,11 @@ cc_test_host {
    ],

    data: ["testdata/*"],

    target: {
        darwin: {
            // libimgdiff is not available on the Mac.
            enabled: false,
        },
    },
}