mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
apksigner: fix for gradle_5
This commit is contained in:
parent
152319bcd9
commit
465622ad43
@ -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 New Issue
Block a user