パッケージ: aidl (1:10.0.0+r36-4 など)
aidl に関するリンク
android-platform-system-tools-aidl ソースパッケージをダウンロード:
- [android-platform-system-tools-aidl_10.0.0+r36-4.debian.tar.xz]
- [android-platform-system-tools-aidl_10.0.0+r36-4.dsc]
- [android-platform-system-tools-aidl_10.0.0+r36.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [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) [amd64]
- Android base library
- dep: android-libbase (>= 34.0.5) [arm64]
-
- dep: android-libcutils (>= 1:10.0.0+r36) [amd64]
- Android utils library for C
- dep: android-libcutils (>= 34.0.5) [arm64]
-
- dep: libatomic1 (>= 4.8)
- support library providing __atomic built-in functions
-
- dep: libc6 (>= 2.32) [amd64]
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.38) [arm64]
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libstdc++6 (>= 11) [amd64]
- GNU Standard C++ Library v3
- dep: libstdc++6 (>= 13.1) [arm64]