From b7fa6225bdaaba7cb10b93d42dff3b5f6f920133 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Sat, 17 Mar 2018 16:38:54 -0700 Subject: [PATCH] Perfprofd: Disable darwin build Do not attempt to build for host on darwin. Bug: 73175642 Test: none Change-Id: I35d2f4a30499382a84c9298972d0c039a7a0e51a --- perfprofd/Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perfprofd/Android.bp b/perfprofd/Android.bp index 71186cf8..21ea30cc 100644 --- a/perfprofd/Android.bp +++ b/perfprofd/Android.bp @@ -51,6 +51,11 @@ cc_library_static { "perfprofd_defaults", ], host_supported: true, + target: { + darwin: { + enabled: false, + }, + }, static_libs: [ "libbase", -- 2.11.0