diff options
author | volzhs <volzhs@gmail.com> | 2017-05-12 15:10:59 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-05-12 15:10:59 +0900 |
commit | be7ced482661d466217c8fb0e8beeb7618dd9b82 (patch) | |
tree | d64318f96899ca2ce4d0aa10fee8726a475f7d80 | |
parent | 5a6ccce97d350011b599e793cea95aa4e7899395 (diff) |
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 8dfb006c00..ba144b6eef 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -66,6 +66,7 @@ android { $$GRADLE_ASSET_DIRS$$ ] jniLibs.srcDirs = [ + 'libs' $$GRADLE_JNI_DIRS$$ ] } |