Skip to content

Commit fb72022

Browse files
committed
Added libpng to automatically loaded libraries
1 parent 50e0eca commit fb72022

File tree

1 file changed

+1
-0
lines changed
  • pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/common/build/src/main/java/org/kivy/android/PythonUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ protected static ArrayList<String> getLibraries(File libsDir) {
3737
addLibraryIfExists(libsList, "ffi", libsDir);
3838
addLibraryIfExists(libsList, "ssl.*", libsDir);
3939
addLibraryIfExists(libsList, "crypto.*", libsDir);
40+
addLibraryIfExists(libsList, "png16", libsDir);
4041
libsList.add("python2.7");
4142
libsList.add("python3.5m");
4243
libsList.add("python3.6m");

0 commit comments

Comments
 (0)