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:
@@ -215,4 +215,11 @@ cc_test_host {
|
||||
],
|
||||
|
||||
data: ["testdata/*"],
|
||||
|
||||
target: {
|
||||
darwin: {
|
||||
// libimgdiff is not available on the Mac.
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user