Skip to content

Commit 750f981

Browse files
Changed: Remove termux-emulator JNI libs from APK
1 parent 280973c commit 750f981

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ android {
5656
}
5757
}
5858
}
59+
60+
packagingOptions {
61+
// Remove terminal-emulator JNI libs added via termux-shared dependency
62+
exclude 'lib/*/libtermux.so'
63+
}
5964
}
6065

6166
dependencies {

0 commit comments

Comments
 (0)