Skip to content

Commit

Permalink
Merge pull request #8725 from volzhs/android-jni-master
Browse files Browse the repository at this point in the history
Fix compile error when use "android_add_jni_dir"
  • Loading branch information
akien-mga authored May 12, 2017
2 parents 413e68f + be7ced4 commit ed6baff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/android/build.gradle.template
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ android {
$$GRADLE_ASSET_DIRS$$
]
jniLibs.srcDirs = [
'libs'
$$GRADLE_JNI_DIRS$$
]
}
Expand Down

0 comments on commit ed6baff

Please sign in to comment.