软件包:aidl(1:10.0.0+r36-3)
aidl 的相关链接
Debian 的资源:
下载源码包 android-platform-system-tools-aidl:
- [android-platform-system-tools-aidl_10.0.0+r36-3.dsc]
- [android-platform-system-tools-aidl_10.0.0+r36.orig.tar.gz]
- [android-platform-system-tools-aidl_10.0.0+r36-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [android.googlesource.com]
相似软件包:
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
其他与 aidl 有关的软件包
|
|
|
|
-
- 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)
- 提供 __atomic 内置函数的支持库
-
- dep: libc6 (>= 2.11) [除 amd64, arm64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.14) [amd64]
- dep: libc6 (>= 2.17) [arm64]
-
- dep: libgcc-s1 (>= 3.0) [amd64, arm64, mips64el]
- GCC 支持库
- dep: libgcc-s1 (>= 3.5) [armel, armhf]
- dep: libgcc-s1 (>= 4.2) [i386, mipsel]
-
- dep: libstdc++6 (>= 9)
- GNU 标准 C++ 库,第3版