Fix compile error when use "android_add_jni_dir"

This commit is contained in:
volzhs 2017-05-12 15:07:41 +09:00
parent 17619b5420
commit 69c4c4a20c
1 changed files with 1 additions and 0 deletions

View File

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