Merge "Disable building libapplypatch on mac" am: c1e1d7e711
am: 2754916f01
Change-Id: Ibfb57ca66bb826b2710db4572a2d3d730a7db0e5
This commit is contained in:
@@ -57,6 +57,12 @@ cc_library_static {
|
||||
"libotautil",
|
||||
"libz",
|
||||
],
|
||||
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
|
||||
@@ -39,6 +39,12 @@ cc_library_static {
|
||||
"-Wthread-safety",
|
||||
"-Wthread-safety-negative",
|
||||
],
|
||||
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
||||
Reference in New Issue
Block a user