Skip to content

Add stable FFI interface for mycelium lib#823

Merged
LeeSmet merged 18 commits intomasterfrom
aidl_experimentation
Apr 28, 2026
Merged

Add stable FFI interface for mycelium lib#823
LeeSmet merged 18 commits intomasterfrom
aidl_experimentation

Conversation

@LeeSmet
Copy link
Copy Markdown
Contributor

@LeeSmet LeeSmet commented Apr 27, 2026

Also build mycelium as shared object and archive

dependabot Bot and others added 17 commits April 28, 2026 14:38
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.6 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.6...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.6 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.6...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.6 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.6...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.7 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.7...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Adds an AIDL file which exposes an interface similar to the HTTP API. It
is largely based on the mobile crate.

This implementation uses rs-binder. The advantage is that it "just works"
for experimenting. This will likely need to be changed later for the
OASP environment (something like binder_ndk perhaps).

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
rsbinder required patching to work against android15. Instead switch to
libbinder_rs for building in an aosp/SOONG environment.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Instead of using a singleton in the interface

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
Header is generated at every build, so it's better to just keep it as a
build-output

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
@LeeSmet LeeSmet force-pushed the aidl_experimentation branch from 5bfb7ee to 71e68f5 Compare April 28, 2026 12:41
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
@LeeSmet LeeSmet merged commit b525c69 into master Apr 28, 2026
17 checks passed
@LeeSmet LeeSmet deleted the aidl_experimentation branch April 28, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant