Merge "Disable building libapplypatch on mac" am: c1e1d7e711 am: 2754916f01

am: bda2f67775

Change-Id: I378aa4bb2a7d5cd7765feb0fc99f92f1b51a377b
This commit is contained in:
Tianjie Xu
2018-02-18 08:45:43 +00:00
committed by android-build-merger
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -57,6 +57,12 @@ cc_library_static {
"libotautil",
"libz",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_library_static {
+6
View File
@@ -39,6 +39,12 @@ cc_library_static {
"-Wthread-safety",
"-Wthread-safety-negative",
],
target: {
darwin: {
enabled: false,
},
},
}
cc_test {