aidl binary package in Ubuntu Focal arm64

 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
  2020-03-22 19:57:40 UTC Published Ubuntu Focal arm64 release universe devel Optional 1:8.1.0+r23-1build1
  • Published
  • Copied from ubuntu focal-proposed arm64 in Primary Archive for Ubuntu
  Deleted Ubuntu Focal arm64 proposed universe devel Optional 1:8.1.0+r23-1build1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2020-03-22 20:03:59 UTC Superseded Ubuntu Focal arm64 release universe devel Optional 1:8.1.0+r23-1
  • Removed from disk .
  • Removal requested .
  • Superseded by arm64 build of android-platform-system-tools-aidl 1:8.1.0+r23-1build1 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu cosmic-proposed arm64 in Primary Archive for Ubuntu