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

Changelog

android-platform-system-tools-aidl (1:8.1.0+r23-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1819448.

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

  * Update manpages to include `-ninja` option
  * Install all files under `docs/`
  * Fix FTCBFS thanks to Helmut Grohne (Closes: #871599)
  * Standards-Version => 4.2.1
  * d/control: Remove the unused build-dependency android-libcutils-dev

  [ Hans-Christoph Steiner ]
  * New upstream release
  * Switch to Salsa
  * d/copyright: Use HTTPS URLs
  * Fix missing-notice-file-for-apache-license

 -- Matthias Klose <email address hidden>  Mon, 11 Mar 2019 14:42:11 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Android tools Maintainer
Architectures:
amd64 i386 armel armhf arm64 mips mipsel mips64el
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security 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-1~18.04.debian.tar.xz 4.2 KiB e47ae8f94cc97810b41b7f9c10584163ba9752207821721a029394ebe7b757f8
android-platform-system-tools-aidl_8.1.0+r23-1~18.04.dsc 2.4 KiB 8b1bcaccfa55202dc7a8926f5491d428637c642ba065e2d94e7c282a096f3cd7

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