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
|
Source: android-sdk-helper
Section: java
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlikok@gmail.com>
Build-Depends: debhelper (>= 10~),
default-jdk-headless (>= 2:1.8) | default-jdk (>= 2:1.8),
gradle-debian-helper,
maven-repo-helper
Standards-Version: 3.9.8
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-sdk-helper
Vcs-Git: https://salsa.debian.org/android-tools-team/android-sdk-helper.git
Package: android-sdk-helper
Architecture: all
Depends: gradle (>= 3.2.1),
libgradle-android-plugin-java (>= 2.2.2),
${misc:Depends}
Suggests: android-sdk
Description: Helper tools for building Android apps using Debian's Android SDK
The Android SDK packaged in Debian is a restricted distribution with only one
version of Build-Tools and limited selections of the Android target frameworks
(android.jar). This package provides helper tools to build Android apps using
Debian's Android SDK without modifying the build scripts.
.
This package consists of:
.
* A Gradle init script that forces a build script to use the Gradle Android
Plugin in Debian which is patched to work with the SDK.
|