android-platform-system-tools-aidl 1:7.0.0+r33-1 source package in Ubuntu

Changelog

android-platform-system-tools-aidl (1:7.0.0+r33-1) unstable; urgency=medium

  * New upstream release

 -- Hans-Christoph Steiner <email address hidden>  Tue, 25 Apr 2017 22:30:07 +0200

Upload details

Uploaded by:
Android tools Maintainer
Uploaded to:
Sid
Original maintainer:
Android tools Maintainer
Architectures:
amd64 i386 armel armhf arm64 mips mipsel mips64el
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
android-platform-system-tools-aidl_7.0.0+r33-1.dsc 2.1 KiB eceb008d161b27d1db4bac86962cdeea1a03f2f07fad5f5124b001c2c43feeb8
android-platform-system-tools-aidl_7.0.0+r33.orig.tar.gz 95.7 KiB 8908eba6bb2543799f3f46bed07b8c68082b470fc020ee52e7bc77ba5e861d50
android-platform-system-tools-aidl_7.0.0+r33-1.debian.tar.xz 3.8 KiB 683af98d28e59daa6ee94506b94a4ebb4cac0393e5c91abc245e06ae9b41743b

Available diffs

No changes file available.

Binary packages built by this source

aidl: 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-dbgsym: debug symbols for aidl