Browse Source

Merge pull request #8725 from volzhs/android-jni-master

Fix compile error when use "android_add_jni_dir"
Rémi Verschelde 8 years ago
parent
commit
ed6baffc72
1 changed files with 1 additions and 0 deletions
  1. 1 0
      platform/android/build.gradle.template

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

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