Skip to content

Commit ab7a280

Browse files
fix gradle warning (#558)
``` Unable to strip the following libraries, packaging them as they are: libc++_shared.so, libioctl.so, libkoreader-monolibtic.so, libluajit-launcher.so, libluajit.so, libsdcv.so. ``` Those have already been stripped by the main project build system, but add back the `ndkPath` build setting to make gradle happy.
1 parent cfc93f6 commit ab7a280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apply plugin: 'kotlin-android'
44
android {
55
namespace 'org.koreader.launcher'
66
ndkVersion '23.2.8568313'
7+
ndkPath System.getenv('ANDROID_NDK_HOME')
78
compileSdk rootProject.ext.compileSdk
89
def baseVersionCode = versCode as Integer
910

0 commit comments

Comments
 (0)