Explorar o código

Update path to nkd-build

Grant Limberg %!s(int64=9) %!d(string=hai) anos
pai
achega
231cc11a62
Modificáronse 1 ficheiros con 1 adicións e 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) {