Browse Source

Android : small fix for gradle clean target

JNI-44
Edouard Tisserant 10 years ago
parent
commit
f3b94b45fa
  1. 2
      android/build.gradle

2
android/build.gradle

@ -140,7 +140,7 @@ android {
assemble.dependsOn unzipDeps
task jniClean(type: Exec) {
commandLine getNdkBuildCmd(), 'clean'
commandLine getNdkBuildCmd(), 'clean', 'GPGBUILD='+externalInstallDir.absolutePath
}
if(buildAutomatic=="true"){

Loading…
Cancel
Save