Explorar el Código

Update path to nkd-build

Grant Limberg hace 9 años
padre
commit
231cc11a62
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -28,7 +28,7 @@ parallel 'centos7': {
             checkout scm
 	
             stage('Build Android NDK') { 
-                sh "/android/android-ndk-r13/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
+                sh "/android/android-ndk-r13b/ndk-build -C $WORKSPACE/java ZT1=${WORKSPACE}"
             }
         }
         catch (err) {