From 9066159c6aff46c222f996794686b5bec09d457f Mon Sep 17 00:00:00 2001 From: Rahul Arya Date: Wed, 10 May 2023 18:56:24 +0000 Subject: [GATT Server] Expose IsolationManager from GATT server module The IsolationManager is made a submodule of the GATT server, so we can query it to figure out what services are exposed to each connection. It is temporarily also available directly from FFI, solely for the purpose of arbitration. This will be removed once the Rust server is used for 100% of GATT server operations. Test: unit + CTS multi-device Bug: 274945531 Change-Id: Idc3cdd78ec2435a7a286413d7b1ebaae83a8f07a --- system/rust/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'system/rust/Android.bp') diff --git a/system/rust/Android.bp b/system/rust/Android.bp index 153d5e9490..06a2885e11 100644 --- a/system/rust/Android.bp +++ b/system/rust/Android.bp @@ -39,6 +39,7 @@ rust_defaults { "libbt_common", "libcxx", "liblog_rust", + "libonce_cell", "libscopeguard", // needed to work around duplicate symbols -- cgit v1.2.3-59-g8ed1b