summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-17 16:38:54 -0700
committerAndreas Gampe <agampe@google.com>2018-03-23 19:51:09 -0700
commitcf778e3bb887a8ed5d8c99743b460ef152f56dba (patch)
tree17e48461bf98915772df96ac0abc39eb1c5d89cb
parent50dcbac7ac6837c05e2fa4486e4b2ccf5c8579d1 (diff)
downloadextras-cf778e3bb887a8ed5d8c99743b460ef152f56dba.tar.gz
Perfprofd: Disable darwin build
Do not attempt to build for host on darwin. (cherry picked from commit b7fa6225bdaaba7cb10b93d42dff3b5f6f920133) Bug: 73175642 Test: none Merged-In: I35d2f4a30499382a84c9298972d0c039a7a0e51a Change-Id: I35d2f4a30499382a84c9298972d0c039a7a0e51a
-rw-r--r--perfprofd/Android.bp5
1 files changed, 5 insertions, 0 deletions
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",