Browse Source

Fix (potentially) Android libs packaging issue (#5645)

Pedro J. Estébanez 9 years ago
parent
commit
e9065632c6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      platform/android/build.gradle.template

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

@@ -67,7 +67,6 @@ android {
 				$$GRADLE_ASSET_DIRS$$
 			]
 			jniLibs.srcDirs = [
-				'libs'
 				$$GRADLE_JNI_DIRS$$
 			]
 		}