Skip to content
Sections
>> Trisquel >> Packages >> aramo >> devel >> aidl
etiona  ] [  etiona-security  ] [  etiona-updates  ] [  nabia  ] [  aramo  ]

Package: aidl (1:10.0.0+r36-4)

Binder generator of AIDL interfaces

aidl is a utility to generate Java and/or C++ code from Android's Android Interface Definition Language (AIDL). AIDL is similar to other IDLs you might have worked with. It allows you to define the programming interface that both the client and service agree upon in order to communicate with each other using interprocess communication (IPC). On Android, one process cannot normally access the memory of another process. So to talk, they need to decompose their objects into primitives that the operating system can understand, and marshall the objects across that boundary for you. The code to do that marshalling is tedious to write, so Android handles it for you with AIDL. This package provides two tools:

  * "aidl" which generates Java bindings.
  * "aidl-cpp" which generates C++ bindings.

For more info, see: https://developer.android.com/guide/components/aidl.html

Other Packages Related to aidl

  • depends
  • recommends
  • suggests
  • dep: android-libbase (>= 1:10.0.0+r36)
    Android base library
  • dep: android-libcutils (>= 1:10.0.0+r36)
    Android utils library for C
  • dep: libatomic1 (>= 4.8)
    support library providing __atomic built-in functions
  • dep: libc6 (>= 2.34)
    GNU C Library: Shared libraries
    also a virtual package provided by libc6-udeb
  • dep: libgcc-s1 (>= 3.0) [not armhf]
    GCC support library
    dep: libgcc-s1 (>= 3.5) [armhf]
  • dep: libstdc++6 (>= 11)
    GNU Standard C++ Library v3

Download aidl

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 332.5 kB1134 kB [list of files]
arm64 311.9 kB1038 kB [list of files]
armhf 317.8 kB965 kB [list of files]