android-platform-art 11.0.0+r48-4 source package in Ubuntu
Changelog
android-platform-art (11.0.0+r48-4) unstable; urgency=medium [ 殷啟聰 | Kai-Chung Yan ] * Remove myself from Uploaders [ Jochen Sprickerhof ] * Add patch to fix FTBFS (Closes: #1017143) * Fix lintian upstream-metadata-field-unknown * Disable LTO as the package uses clang and FTBFS (Closes: #1015353) * Add myself to Uploaders -- Jochen Sprickerhof <email address hidden> Thu, 13 Oct 2022 20:56:25 +0200
Upload details
- Uploaded by:
- Android tools Maintainer
- Uploaded to:
- Sid
- Original maintainer:
- Android tools Maintainer
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
android-platform-art_11.0.0+r48-4.dsc | 3.0 KiB | c397c5c85a331b12cf7eff5a1d03c46f8a60905e98e2285f37a40dc4fe390169 |
android-platform-art_11.0.0+r48.orig.tar.xz | 6.8 MiB | be2b422133c21f9b2686eb6d455348f22637d665515b9ad56610edb056931e5f |
android-platform-art_11.0.0+r48-4.debian.tar.xz | 70.3 KiB | 9449bb055e63a1656aaa5ac11bf57afaf99a5d40227db8187ab6eda9f047b667 |
Available diffs
No changes file available.
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