android-platform-art 8.1.0+r23-3~18.04 source package in Ubuntu

Changelog

android-platform-art (8.1.0+r23-3~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1819448.

android-platform-art (8.1.0+r23-3) unstable; urgency=medium

  * Put all LDFLAGS that link libraries at the end of the command line. This
    fixes FTBFS on Ubuntu because `--as-needed` is used by default.
    (Closes: #916250) Thanks to Logan Rosen.
  * ucontext.patch: Fix a type mismatch causing FTBFS on armhf
  * Use GCC to compile assembly code on armhf as Clang does not support the
    `ADRL` instruction. See <https://bugs.llvm.org/show_bug.cgi?id=24350>.

android-platform-art (8.1.0+r23-2) unstable; urgency=medium

  * Use my DD account in Uploaders
  * Disable libart and its users on MIPS as ART only supports MIPSr6 while
    Debian is by default MIPSr2
  * Fix FTBFS on i386
  * Use Clang only for libart and its users while GCC for the rest. This allows
    `dmtracedump` to be released on all architectures.

android-platform-art (8.1.0+r23-1) unstable; urgency=low

  * Initial release (Closes: #913785)

 -- Matthias Klose <email address hidden>  Mon, 11 Mar 2019 15:28:32 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Android tools Maintainer
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe devel
Bionic security universe devel

Downloads

File Size SHA-256 Checksum
android-platform-art_8.1.0+r23.orig.tar.gz 5.9 MiB e19ad0af23cb7aa3f9800dcd3d0f5666409f55aabd003e5fc6164bdf9fe827fc
android-platform-art_8.1.0+r23-3~18.04.debian.tar.xz 63.1 KiB 71ccf956fe955306726137c92258f9651b323fcf3753f3db2b2ccab889f883ad
android-platform-art_8.1.0+r23-3~18.04.dsc 3.1 KiB f62799e302529d8fae0a1090152d6e38d8cb28d65cc578022aabec8414dc26df

View changes file

Binary packages built by this source

android-libart: Android Runtime

 Android Runtime (ART) is the managed runtime used by applications and some
 system services on Android. ART and its predecessor Dalvik were originally
 created specifically for the Android project. ART as the runtime executes the
 Dalvik Executable format and DEX bytecode specification.
 .
 This package provides `libart` and `libsigchain`.
 .
 This library is only used by Android SDK and uses a customized RPATH.

android-libart-dbgsym: debug symbols for android-libart
dexdump: Displays information about Android DEX files

 The `dexdump` tool is intended to mimic `objdump`. When possible, use similar
 command-line arguments.
 .
 This is a re-implementation of the original `dexdump` utility that was
 based on Dalvik functions in `libdex` into a new `dexdump` that is now
 based on ART functions in `libart` instead. The output is very similar to
 to the original for correct DEX files. Error messages may differ, however.
 Also, ODEX files are no longer supported.

dexlist: Lists all methods in all concrete classes in Android DEX files

 This is a re-implementation of the original `dexlist` utility that was
 based on Dalvik functions in `libdex` into a new `dexlist` that is now
 based on ART functions in `libart` instead. The output is very similar to
 to the original for correct DEX files. Error messages may differ, however.
 Also, ODEX files are no longer supported.

dmtracedump: Generates graphical call-stack diagrams from Android trace logs

 `dmtracedump` generates the call stack data as a tree diagram, where each node
 represents a method call. It shows call flow (from parent node to child nodes)
 using arrows.

dmtracedump-dbgsym: No summary available for dmtracedump-dbgsym in ubuntu cosmic.

No description available for dmtracedump-dbgsym in ubuntu cosmic.