Skip to content
Snippets Groups Projects
Commit 93e8c2f5 authored by Rahul Arya's avatar Rahul Arya
Browse files

[Connection Manager] Move libbluetooth_rs into stack

Rather than depending on libbluetooth-core, this exchanges the order
so that libbluetooth-core depends on libbluetooth_core_rs.

But since they are static libraries, circular symbol dependencies are
allowed, but header-only dependencies can only flow one way. This lets
C++ access types defined only in Rust, while the reverse direction
still works.

Bug: 272572974
Test: mm
Change-Id: I64d063520104c611374c467a66a9b516f36f334f
parent fe3c0d79
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment