Merge pull request #8725 from volzhs/android-jni-master
Fix compile error when use "android_add_jni_dir"
This commit is contained in:
commit
ed6baffc72
|
@ -66,6 +66,7 @@ android {
|
|||
$$GRADLE_ASSET_DIRS$$
|
||||
]
|
||||
jniLibs.srcDirs = [
|
||||
'libs'
|
||||
$$GRADLE_JNI_DIRS$$
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue