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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: android-sdk-meta
Section: metapackages
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlik@debian.org>,
Chirayu Desai <chirayudesai1@gmail.com>,
Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 10), dh-exec
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/android-tools-team/android-sdk-meta.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-sdk-meta
Package: android-sdk
Architecture: amd64 i386 armel armhf arm64 mips mipsel mips64el
Depends: android-sdk-build-tools,
android-sdk-common (>= ${source:Version}),
android-sdk-platform-tools (>= 20),
default-jdk-headless (>= 2:1.8) | default-jdk (>= 2:1.8) | oracle-java8-jdk | oracle-java9-jdk | oracle-java10-jdk | oracle-java11-jdk | oracle-java12-jdk | oracle-java8-installer | oracle-java9-installer | oracle-java10-installer | oracle-java11-installer | oracle-java12-installer,
proguard-cli,
${misc:Depends}
Recommends: gradle, default-jdk-headless
Suggests: android-sdk-platform-23, maven, proguard-gui
Description: Software development kit for Android platform
The Android SDK includes a variety of tools that help you develop mobile
applications for the Android platform. The tools are classified into 3 groups:
SDK Tools, Platform-tools and Build-tools.
.
SDK Tools are platform independent and are required no matter which Android
platform you are developing on. It is the base toolset of Android SDK.
.
This metapackage pulls the entire Android SDK.
Package: android-sdk-common
Architecture: all
Section: devel
Depends: ${misc:Depends}
Description: Common files of Android SDK base toolset
The Android SDK includes a variety of tools that help you develop mobile
applications for the Android platform. The tools are classified into 3 groups:
SDK Tools, Platform-tools and Build-tools.
.
SDK Tools are platform independent and are required no matter which Android
platform you are developing on. It is the base toolset of Android SDK.
.
This package provides common files of Android SDK Tools.
Package: android-sdk-platform-tools
Architecture: amd64 i386 armel armhf arm64 mips mipsel mips64el
Depends: adb (>= 1:8.1.0+r23~) [amd64 i386 armel armhf arm64],
android-sdk-platform-tools-common (>= 27.0.0~),
e2fsprogs,
f2fs-tools,
dmtracedump (>= 8.1.0+r23~) [amd64 i386 armhf arm64],
etc1tool (>= 8.1.0+r23~),
fastboot (>= 1:8.1.0+r23~) [amd64 i386 armel armhf arm64],
hprof-conv (>= 8.1.0+r23~),
sqlite3,
${misc:Depends}
Description: Tools for interacting with an Android platform
The Android SDK includes a variety of tools that help you develop mobile
applications for the Android platform. The tools are classified into 3 groups:
SDK Tools, Platform-tools and Build-tools.
.
Platform-tools are customized to support the features of the latest Android
platform.
.
This package pulls Android SDK Platform-tools.
Package: android-sdk-platform-tools-common
Section: devel
Architecture: all
Depends: ${misc:Depends}
Description: Tools for interacting with an Android platform - Common files
The Android SDK includes a variety of tools that help you develop mobile
applications for the Android platform. The tools are classified into 3 groups:
SDK Tools, Platform-tools and Build-tools.
.
Platform-tools are customized to support the features of the latest Android
platform.
.
This package provides common files of Android SDK Platform-tools. It also
provides UDEV rules enabling adb and fastboot to work without root access to
the host machine.
Package: android-sdk-build-tools
Architecture: amd64 i386 armel armhf arm64 mips mipsel mips64el
Depends: android-sdk-build-tools-common (>= 27.0.1~),
aapt (>= 1:8.1.0+r23~),
aidl (>= 1:8.1.0+r23~),
apksigner,
dalvik-exchange (>= 8.1.0+r23~),
dexdump (>= 8.1.0+r23~) [amd64 i386 armhf arm64],
split-select (>= 1:8.1.0+r23~),
zipalign (>= 1:8.1.0+r23~),
${misc:Depends}
Description: Tools for building Android applications
The Android SDK includes a variety of tools that help you develop mobile
applications for the Android platform. The tools are classified into 3 groups:
SDK Tools, Platform-tools and Build-tools.
.
Build-tools is a component of the Android SDK required for building Android
application code.
.
This package pulls Android SDK Build-tool.
Package: android-sdk-build-tools-common
Section: devel
Architecture: all
Depends: ${misc:Depends}
Description: Tools for building Android applications - Common files
The Android SDK includes a variety of tools that help you develop mobile
applications for the Android platform. The tools are classified into 3 groups:
SDK Tools, Platform-tools and Build-tools.
.
Build-tools is a component of the Android SDK required for building Android
application code.
.
This package provides common files of Android SDK Build-tools.
|