Merge "Fix Blueprints for building on Darwin" into master-soong

This commit is contained in:
Colin Cross 2015-05-07 21:31:41 +00:00 committed by Gerrit Code Review
commit faa14d4de8

View File

@ -38,6 +38,12 @@ cc_library_host_static {
cppflags: common_cppflags, cppflags: common_cppflags,
target: {
darwin: {
disabled: true
},
},
} }
cc_binary_host { cc_binary_host {
@ -57,6 +63,11 @@ cc_binary_host {
cppflags: common_cppflags, cppflags: common_cppflags,
target: {
darwin: {
disabled: true
},
},
} }
cc_test_host { cc_test_host {
@ -79,6 +90,11 @@ cc_test_host {
name: "relocation_packer_unit_tests", name: "relocation_packer_unit_tests",
target: {
darwin: {
disabled: true
},
},
} }
// $(1) library name // $(1) library name