1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

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

View File

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