mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #176853 from linsui/apksigner
apksigner: fix for gradle_5
This commit is contained in:
commit
67b282f040
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||
cat >> build.gradle <<EOF
|
||||
|
||||
apply plugin: 'application'
|
||||
mainClassName = "com.android.apksigner.ApkSignerTool"
|
||||
sourceSets.main.java.srcDirs = [ 'src/apksigner/java', 'src/main/java' ]
|
||||
jar {
|
||||
manifest { attributes "Main-Class": "com.android.apksigner.ApkSignerTool" }
|
||||
|
|
Loading…
Reference in a new issue