rsbinder-aidl
This is an AIDL compiler for rsbinder.
How to use the AIDL Code Generator
Add dependencies to Cargo.toml:
[]
= "0.5"
[]
= { = "0.5", = ["async"] }
Create a build.rs file:
use PathBuf;
Sync-only Setup
For environments without async runtime:
[]
= { = "0.5", = false }
[]
= "0.5"
How to create AIDL file
Please read Android AIDL documents.