aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolzhs2017-05-12 15:07:41 +0900
committervolzhs2017-05-12 15:07:41 +0900
commit69c4c4a20c76f7038bda7592e3c12e491ab20e9f (patch)
treeef495562a9abba1235b6031ee98d8956b24b43c7
parent17619b54206195a63d4ba83c998b3263a83d6060 (diff)
downloadgodot-69c4c4a.tar.gz
godot-69c4c4a.tar.zst
godot-69c4c4a.zip
Fix compile error when use "android_add_jni_dir"
-rw-r--r--platform/android/build.gradle.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template
index ec5bbb663..e084e1dc6 100644
--- a/platform/android/build.gradle.template
+++ b/platform/android/build.gradle.template
@@ -68,6 +68,7 @@ android {
$$GRADLE_ASSET_DIRS$$
]
jniLibs.srcDirs = [
+ 'libs'
$$GRADLE_JNI_DIRS$$
]
}