Debian Patches
Status for android-platform-tools-apksig/35.0.2-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
remove-conscrypt.patch | remove Conscrypt Conscrypt is Android's TLS stack. It is not packaged for Debian and is only needed for a specific feature that is rarely used. Someone is welcome to package Conscrypt to get this working. |
not-needed | ||||
fix-apksig.jar-build.patch | fix apksig.jar version and groupId Taken from android_plugin_for_gradle.gradle. Google doesn't seem to bump this version, it can be checked against their binaries using: . for f in $ANDROID_SDK_ROOT/build-tools/*/apksigner; do printf "%s " $(basename $(dirname $f)) $f version done . While we are at it, remove jcenter as a source, since Debian packages cannot use anything from there. =================================================================== |
not-needed | ||||
hard-code-apksigner-jar-path.patch | hard-code apksigner.jar path This script tries to find where the JAR is. It is unnecessary in Debian since this package always installs it in the exact same path. =================================================================== |
not-needed | ||||
revert-build-to-java-plugin.patch | no |