diff options
author | 2023-05-10 18:56:24 +0000 | |
---|---|---|
committer | 2023-05-10 18:56:24 +0000 | |
commit | 9066159c6aff46c222f996794686b5bec09d457f (patch) | |
tree | 506345f257b35f0bdf319c24b8e9420255dea2d4 /system/rust/Android.bp | |
parent | 34ecd8fefa0a1c02bc53ac326af5719ade54a762 (diff) |
[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
Diffstat (limited to 'system/rust/Android.bp')
-rw-r--r-- | system/rust/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |