build.gradle: increase jvm heap size prevent signature failure

pull/23/head
zhangjian 7 years ago committed by cfig
parent 5657d736c2
commit 33f1d6d663

@ -58,7 +58,7 @@ task sign(type: JavaExec, dependsOn: ["bbootimg:jar", packClear, "boot_signer:ja
classpath = sourceSets.main.runtimeClasspath
main = "cfig.RKt"
classpath = files("bbootimg/build/libs/bbootimg.jar")
maxHeapSize '512m'
maxHeapSize '4096m'
args "sign", activeImg, rootProject.mkbootimgBin, rootProject.avbtool, rootProject.bootSigner, rootProject.mkbootfsBin
}

Loading…
Cancel
Save