From 60ce18fe155b20688956856e39da2fff109714ac Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 1 Oct 2014 23:58:04 +0100 Subject: Fix the NDK library output name --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') 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" } -- cgit v1.2.3