From 628a65f077cd4cb4475d3549177ae822e7b8ce1b Mon Sep 17 00:00:00 2001 From: Jack He <siyuanh@google.com> Date: Fri, 3 Aug 2018 00:40:56 -0700 Subject: [PATCH] Build: Disable host_supported for cc_benchmark * host_supported is broken in cc_benchmark on Mac Bug: 77585931 Test: make Change-Id: I2d2b4d52a108f90e3ce2d9c8c9f5510918f1fcff --- system/common/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/system/common/Android.bp b/system/common/Android.bp index 9378c23bcb8..e19cc43ac9f 100644 --- a/system/common/Android.bp +++ b/system/common/Android.bp @@ -46,7 +46,6 @@ cc_benchmark { name: "bluetooth_benchmark_thread_performance", defaults: ["fluoride_defaults"], include_dirs: ["packages/modules/Bluetooth/system"], - host_supported: true, srcs: [ "benchmark/thread_performance_benchmark.cc", ], -- GitLab