Fixing the Mac SDK build

recovery_host_test is now excluded from darwin targets as its
dependency libimgdiff is.

Change-Id: I6aa085125109ed2218572df97f35289b71c354ab
This commit is contained in:
Andreas Huber
2018-08-15 16:11:25 -07:00
parent c8e0292b61
commit 435dfac15c
+7
View File
@@ -215,4 +215,11 @@ cc_test_host {
],
data: ["testdata/*"],
target: {
darwin: {
// libimgdiff is not available on the Mac.
enabled: false,
},
},
}