From abc97e2e7109c50bbb26a631a45074ad3351a1b7 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 30 Apr 2015 16:35:33 -0700 Subject: [PATCH] Fix Blueprints for building on Darwin Change-Id: I252e1b8a9ace397609f056f69aff83331b92aab7 --- tools/relocation_packer/Blueprints | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tools/relocation_packer/Blueprints b/tools/relocation_packer/Blueprints index ff31ba679..68970c86b 100644 --- a/tools/relocation_packer/Blueprints +++ b/tools/relocation_packer/Blueprints @@ -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