1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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$$ $$GRADLE_ASSET_DIRS$$
] ]
jniLibs.srcDirs = [ jniLibs.srcDirs = [
'libs'
$$GRADLE_JNI_DIRS$$ $$GRADLE_JNI_DIRS$$
] ]
} }