Fix compile error when use "android_add_jni_dir"

This commit is contained in:
volzhs 2017-05-12 15:10:59 +09:00
parent 5a6ccce97d
commit be7ced4826

View file

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