Browse Source

Merge pull request #8724 from volzhs/android-jni

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

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

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