File: control

package info (click to toggle)
android-platform-art 11.0.0%2Br48-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 78,932 kB
  • sloc: cpp: 459,858; java: 163,268; asm: 22,644; python: 9,815; sh: 6,330; ansic: 4,117; xml: 2,855; perl: 77; makefile: 73
file content (96 lines) | stat: -rw-r--r-- 3,931 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Source: android-platform-art
Section: devel
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends:
 android-libbacktrace-dev (>= 1:29) [amd64 i386 armhf arm64],
 android-libcutils-dev (>= 1:29) [amd64 i386 armhf arm64],
 android-libnativehelper-dev (>= 29) [amd64 i386 armhf arm64],
 android-libziparchive-dev (>= 1:29) [amd64 i386 armhf arm64],
 clang [amd64 i386 armel armhf arm64 mipsel mips64el ppc64el s390x ppc64 sparc64 riscv64],
 debhelper-compat (= 12),
 dh-exec,
 help2man,
 libicu-dev [amd64 i386 armhf arm64],
 liblz4-dev [amd64 i386 armhf arm64],
 python3 [amd64 i386 armhf arm64],
 zlib1g-dev [amd64 i386 armhf arm64],
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://android.googlesource.com/platform/art
Vcs-Git: https://salsa.debian.org/android-tools-team/android-platform-art.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-platform-art

Package: dexdump
Architecture: amd64 i386 armhf arm64
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
         android-libbacktrace (>= 1:29),
         android-libnativeloader (= 1:${binary:Version}),
         android-libziparchive (>= 1:29),
Description: 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.

Package: dmtracedump
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends},
         graphviz,
Description: 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.

Package: android-libart
Architecture: amd64 i386 armhf arm64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: 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.

Package: android-libnativebridge
Section: libs
Architecture: amd64 i386 armhf arm64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: Android native bridge library
 This library is only used by Android SDK currently.

Package: android-libnativeloader
Section: libs
Architecture: amd64 i386 armhf arm64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
         android-libnativebridge (= ${binary:Version}),
Description: Android native loader library
 This library is only used by Android SDK currently.

Package: dexlist
Architecture: amd64 i386 armhf arm64
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
         android-libbacktrace (>= 1:29),
         android-libnativeloader (= 1:${binary:Version}),
         android-libziparchive (>= 1:29),
Description: 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.