Explorar el Código

Merge pull request #8923 from volzhs/fix-android-build-master

Fix android build regression by be7ced4
Rémi Verschelde hace 8 años
padre
commit
755c07af19
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      platform/android/build.gradle.template

+ 0 - 5
platform/android/build.gradle.template

@@ -56,7 +56,6 @@ android {
 				'res'
 				$$GRADLE_RES_DIRS$$  
 			]
-		//            libs.srcDirs = ['libs']
 			aidl.srcDirs = [
 				'aidl'
 				$$GRADLE_AIDL_DIRS$$   
@@ -65,10 +64,6 @@ android {
 				'assets'
 				$$GRADLE_ASSET_DIRS$$
 			]
-			jniLibs.srcDirs = [
-				'libs'
-				$$GRADLE_JNI_DIRS$$
-			]
 		}
 		debug.jniLibs.srcDirs = [
 			'libs/debug'