diff options
| author | volzhs | 2017-05-12 15:07:41 +0900 |
|---|---|---|
| committer | volzhs | 2017-05-12 15:07:41 +0900 |
| commit | 69c4c4a20c76f7038bda7592e3c12e491ab20e9f (patch) | |
| tree | ef495562a9abba1235b6031ee98d8956b24b43c7 | |
| parent | 17619b54206195a63d4ba83c998b3263a83d6060 (diff) | |
| download | godot-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.template | 1 |
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$$ ] } |
