Merge "Fixing the Mac SDK build" am: 0b66e96da5

am: f13b38ca72

Change-Id: I9fa0b4de3364cccfff80943f8b191dd2c225d525
This commit is contained in:
Tao Bao
2018-08-15 19:12:52 -07:00
committed by android-build-merger
+7
View File
@@ -215,4 +215,11 @@ cc_test_host {
],
data: ["testdata/*"],
target: {
darwin: {
// libimgdiff is not available on the Mac.
enabled: false,
},
},
}