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

am: 83f035df3e

Change-Id: I89f30209dff6c079dcd042585c8d7fa2adf34fa3
This commit is contained in:
Tao Bao
2018-08-15 19:34:26 -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,
},
},
}