android-platform-dalvik 10.0.0+r36-2 source package in Ubuntu

Changelog

android-platform-dalvik (10.0.0+r36-2) unstable; urgency=medium

  * Team upload
  * build dexdeps as a new binary package
  * Rules-Requires-Root: no

 -- Hans-Christoph Steiner <email address hidden>  Sun, 03 Jan 2021 15:35:33 +0100

Upload details

Uploaded by:
Android tools Maintainer
Uploaded to:
Sid
Original maintainer:
Android tools Maintainer
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
android-platform-dalvik_10.0.0+r36-2.dsc 2.0 KiB b107e294c0dcded6cdbad96613256df3890eaad94f4b4170cc241b4bcf8edee1
android-platform-dalvik_10.0.0+r36.orig.tar.xz 924.4 KiB fae6dd3b2d055c1c9b5343c7afc9f9bd975cd51d679aaff835c8601a4fb926df
android-platform-dalvik_10.0.0+r36-2.debian.tar.xz 6.7 KiB a2e48e75cca0d907bcb3d22659d76f0c1ae32e1edd2818c552f756fa405f03fc

Available diffs

No changes file available.

Binary packages built by this source

dalvik-exchange: Manipulate Dalvik eXchange format and produce dex files

 Dalvik is a process virtual machine in Google's Android operating system that
 executes applications written for Android.
 .
 dalvik-exchange is the tool that takes in class
 files and reformulates them for consumption in the VM. It also does a few other
 things.
 .
 This program is officially named "dx" but in order to avoid naming conflict
 with OpenDX in Debian it is renamed to "dalvik-exchange".
 .
 This package also provides the "mainDexClasses" program.

dexdeps: DEX external dependency dump

 This tool dumps a list of fields and methods that a DEX file uses but
 does not define. When combined with a list of public APIs, it can be
 used to determine whether an APK is accessing fields and calling
 methods that it shouldn't be. It may also be useful in determining
 whether an application requires a certain minimum API level to
 execute.

hprof-conv: HPROF Converter

 The hprof-conv tool converts the HPROF file that is generated by the Android
 SDK tools to a standard format so you can view the file in a profiling tool of
 your choice.

hprof-conv-dbgsym: debug symbols for hprof-conv