Merge "Fixing the Mac SDK build"

This commit is contained in:
Tao Bao
2018-08-16 01:10:49 +00:00
committed by Gerrit Code Review
+7
View File
@@ -215,4 +215,11 @@ cc_test_host {
],
data: ["testdata/*"],
target: {
darwin: {
// libimgdiff is not available on the Mac.
enabled: false,
},
},
}