Merge "Disable building libapplypatch on mac"

This commit is contained in:
Treehugger Robot
2018-02-18 08:15:13 +00:00
committed by Gerrit Code Review
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -57,6 +57,12 @@ cc_library_static {
"libotautil", "libotautil",
"libz", "libz",
], ],
target: {
darwin: {
enabled: false,
},
},
} }
cc_library_static { cc_library_static {
+6
View File
@@ -39,6 +39,12 @@ cc_library_static {
"-Wthread-safety", "-Wthread-safety",
"-Wthread-safety-negative", "-Wthread-safety-negative",
], ],
target: {
darwin: {
enabled: false,
},
},
} }
cc_test { cc_test {