diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-09-07 20:42:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 20:42:09 +0200 |
commit | 632d2477f6a9a686b6bbbe5ef2855ae2594035e6 (patch) | |
tree | fbe1a9d174f663af9c174b3913f5f9fe9e10582f /platform | |
parent | b1ce9821e7ae78c31222d65ceb3ae681ec5bd9ca (diff) | |
parent | e9065632c6193736a2f539cc5f8906db4855c3ac (diff) |
Merge pull request #6415 from RandomShaper/fix-android-build
Fix Android build (#5645)
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/build.gradle.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 24951b921b..873eef0566 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -67,7 +67,6 @@ android { $$GRADLE_ASSET_DIRS$$ ] jniLibs.srcDirs = [ - 'libs' $$GRADLE_JNI_DIRS$$ ] } |