Fix Blueprints for building on Darwin
Change-Id: I252e1b8a9ace397609f056f69aff83331b92aab7
This commit is contained in:
parent
6549fe249c
commit
abc97e2e71
@ -38,6 +38,12 @@ cc_library_host_static {
|
||||
|
||||
cppflags: common_cppflags,
|
||||
|
||||
target: {
|
||||
darwin: {
|
||||
disabled: true
|
||||
},
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
cc_binary_host {
|
||||
@ -57,6 +63,11 @@ cc_binary_host {
|
||||
|
||||
cppflags: common_cppflags,
|
||||
|
||||
target: {
|
||||
darwin: {
|
||||
disabled: true
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_test_host {
|
||||
@ -79,6 +90,11 @@ cc_test_host {
|
||||
|
||||
name: "relocation_packer_unit_tests",
|
||||
|
||||
target: {
|
||||
darwin: {
|
||||
disabled: true
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// $(1) library name
|
||||
|
Loading…
x
Reference in New Issue
Block a user