From 5e32d2f8de5d7a3ea5acec4a261299cd16fff997 Mon Sep 17 00:00:00 2001 From: Joshua Duong Date: Tue, 14 Apr 2020 23:49:32 -0700 Subject: [PATCH] Remove host_supported from libadb_pairing_server. To fix mac build error. Shouldn't be building this for the host. Bug: N/A Test: mma in system/core/adb on mac. Change-Id: I8b86d265ef9b91eeaf7a4e5d6623a5399403ecaf --- adb/pairing_connection/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adb/pairing_connection/Android.bp b/adb/pairing_connection/Android.bp index 707161bcb..9595511b7 100644 --- a/adb/pairing_connection/Android.bp +++ b/adb/pairing_connection/Android.bp @@ -84,7 +84,7 @@ cc_library { static_libs: [ "libadb_protos", // Statically link libadb_tls_connection because it is not - // ABI-stable. + // ABI-stable. "libadb_tls_connection", "libprotobuf-cpp-lite", ], @@ -133,7 +133,6 @@ cc_defaults { "//frameworks/base/services:__subpackages__", ], - host_supported: true, recovery_available: false, stl: "libc++_static",