aidl binary package in Ubuntu Bionic i386

 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

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2019-04-16 17:08:13 UTC Published Ubuntu Bionic i386 updates universe devel Optional 1:8.1.0+r23-1~18.04
  • Published
  • Copied from ubuntu bionic-release i386 in android-tools
  2019-04-16 16:43:20 UTC Published Ubuntu Bionic i386 security universe devel Optional 1:8.1.0+r23-1~18.04
  • Published
  • Copied from ubuntu bionic-release i386 in android-tools
  Deleted Ubuntu Bionic i386 proposed universe devel Optional 1:8.1.0+r23-1~18.04
  • Removal requested .
  • Deleted by Steve Langasek

    moved to -updates

  • Published
  • Copied from ubuntu bionic-release i386 in android-tools
  2017-10-24 21:55:24 UTC Published Ubuntu Bionic i386 release universe devel Optional 1:7.0.0+r33-1
  • Published
  • Copied from ubuntu artful-proposed i386 in Primary Archive for Ubuntu