android-platform-system-tools-aidl 1:8.1.0+r23-1build1 source package in Ubuntu

Changelog

android-platform-system-tools-aidl (1:8.1.0+r23-1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:33:11 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
android-platform-system-tools-aidl_8.1.0+r23.orig.tar.gz 101.9 KiB 1748a3524ebcc05e9357c4314c13b72800f1cb5f71432164a98d52e5cab0655c
android-platform-system-tools-aidl_8.1.0+r23-1build1.debian.tar.xz 4.1 KiB 95b064f7aae4d6488d07feface4e57d7577aa45076d6db615fa59c6dd263d2c3
android-platform-system-tools-aidl_8.1.0+r23-1build1.dsc 2.4 KiB eeb4b66d3f60e086ca4a61f286d44668c11d739ab74af81763f2accd25df7532

View changes file

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 groovy.

No description available for aidl-dbgsym in ubuntu groovy.