aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2014-10-01 23:58:04 +0100
committerKenny Root <kenny@the-b.org>2014-10-01 23:58:04 +0100
commit60ce18fe155b20688956856e39da2fff109714ac (patch)
tree6af179bc37c196b559be507361d65e88623b4e35 /app/build.gradle
parentdcb616e80c09468e806b1eb26c8c5af3a271401b (diff)
downloadconnectbot-60ce18fe155b20688956856e39da2fff109714ac.tar.gz
connectbot-60ce18fe155b20688956856e39da2fff109714ac.tar.bz2
connectbot-60ce18fe155b20688956856e39da2fff109714ac.zip
Fix the NDK library output name
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1f78a19..e55ca40 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,6 +16,7 @@ android {
}
ndk {
+ moduleName "com_google_ase_Exec"
ldLibs "log"
}