Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherrypick Remove AIDL support from master #57

Merged

Commits on Mar 1, 2024

  1. Remove AIDL support

    Background story: while it was generally working nice, we decided to
    remove it because:
    - it is much too specific and involved writing too much, non-generic,
      lines of code
    - it is not fully flexible
    
    At the end, we are using JS code generation based on rust-aidl-parser
    and bridge the Android classes (Binder, Parcel, ...) via the bridge.
    bwalter089 authored and rubensousa committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c813a60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3443a11 View commit details
    Browse the repository at this point in the history