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
|
Source: android-sdk-meta
Section: metapackages
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlikok@gmail.com>,
Chirayu Desai <chirayudesai1@gmail.com>,
Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 10), dh-exec
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/android-tools/android-sdk-meta.git
Vcs-Browser: https://anonscm.debian.org/cgit/android-tools/android-sdk-meta.git
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),
android-platform-tools-base (>= 2.0.0),
default-jre-headless (>= 2:1.8) | java8-runtime-headless,
proguard-cli,
${misc:Depends}
Recommends: gradle, default-jdk-headless
Suggests: maven, android-sdk-platform-23, libgradle-android-plugin-java
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:7.0.0+r1),
android-sdk-platform-tools-common (>= 24.0.0~),
dmtracedump (>= 7.0.0+r1),
etc1tool (>= 7.0.0+r1),
fastboot (>= 1:7.0.0+r1),
hprof-conv (>= 7.0.0+r1),
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 (>= 24.0.0~),
aapt (>= 1:7.0.0+r1),
aidl (>= 1:7.0.0+r1),
dalvik-exchange (>= 7.0.0+r1),
dexdump (>= 7.0.0+r1),
split-select (>= 1:7.0.0+r1),
zipalign (>= 1:7.0.0+r1),
${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.
|