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

Changelog

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

  * Team upload.
  * debian/patches:
    - Add patch to fix ftbfs for c++17 (Closes: #983968).

 -- Roger Shimizu <email address hidden>  Fri, 21 Jan 2022 23:33:29 +0900

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
android-platform-system-tools-aidl_10.0.0+r36-4.dsc 2.4 KiB 9f7286c73ae34544fe1e5b7777659afe70be35d5905c8ed4134a2f8eba2e1fbe
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-4.debian.tar.xz 29.3 KiB 8f89bb19ba451f417390a1505d624ca543cb8bdcf2cd2b12d7b40b42b7ae186c

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