android-platform-art 14.0.0+r15-1ubuntu1 source package in Ubuntu

Changelog

android-platform-art (14.0.0+r15-1ubuntu1) noble; urgency=medium

  * debian/patches/fix-ftbfs-strlcpy-glibc.patch (LP: #2055399):
    Don't build the custom strlcpy function with newer glibc. Since version
    2.38, glibc has its own strlcpy.

 -- Danilo Egea Gondolfo <email address hidden>  Thu, 29 Feb 2024 10:17:20 +0000

Upload details

Uploaded by:
Danilo Egea Gondolfo
Sponsored by:
Andreas Hasenack
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
android-platform-art_14.0.0+r15.orig.tar.xz 8.1 MiB 0614a01ac9632c5e898c004da7fc115c57966f17e56e3a32f556557f71deacaf
android-platform-art_14.0.0+r15-1ubuntu1.debian.tar.xz 66.5 KiB cb008467ca025f5d12e0865f67c38ed093d01038e7e3721004f0434fd4110907
android-platform-art_14.0.0+r15-1ubuntu1.dsc 3.2 KiB a47da770897ea8a25de9147419e5620278187298593900507f824893cc214cb1

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
android-libnativebridge: Android native bridge library

 This library is only used by Android SDK currently.

android-libnativebridge-dbgsym: debug symbols for android-libnativebridge
android-libnativeloader: Android native loader library

 This library is only used by Android SDK currently.

android-libnativeloader-dbgsym: debug symbols for android-libnativeloader
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 the original for correct DEX files. Error messages may differ,
 however. Also, ODEX files are no longer supported.

dexdump-dbgsym: debug symbols for dexdump
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 the original for correct DEX files. Error messages may differ,
 however. Also, ODEX files are no longer supported.

dexlist-dbgsym: debug symbols for dexlist
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: debug symbols for dmtracedump