android-platform-system-tools-aidl 1:10.0.0+r36-3 source package in Ubuntu

Changelog

android-platform-system-tools-aidl (1:10.0.0+r36-3) unstable; urgency=medium

  * add -latomic to fix builds on armel

 -- Hans-Christoph Steiner <email address hidden>  Thu, 26 Nov 2020 12:32:43 +0100

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

Downloads

File Size SHA-256 Checksum
android-platform-system-tools-aidl_10.0.0+r36-3.dsc 2.1 KiB 34fb4b114a77e96b662762e7f6063e8c81f90d6343756d464001cc088d242a07
android-platform-system-tools-aidl_10.0.0+r36.orig.tar.gz 165.7 KiB 992875c58b8abf453226e31ca22e820a03b594bca3cdfbf9c172b975f564b269
android-platform-system-tools-aidl_10.0.0+r36-3.debian.tar.xz 28.5 KiB aae4829b8a312827bd18c2a84e923a2e0d900876ae08e638ed591f1c02ee96a2

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: No summary available for aidl-dbgsym in ubuntu hirsute.

No description available for aidl-dbgsym in ubuntu hirsute.