Merge "Fixing the Mac SDK build"

am: 0b66e96da5

Change-Id: I2979bf2260a5e254b6247061baa01d1ae8eb1e9e
This commit is contained in:
Tao Bao
2018-08-15 18:44:36 -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,
},
},
}