Skip to content

Commit c4a0f31

Browse files
committed
Removed png16 from autoloaded libs
1 parent 8e2bcca commit c4a0f31

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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);
4140
libsList.add("python2.7");
4241
libsList.add("python3.5m");
4342
libsList.add("python3.6m");

0 commit comments

Comments
 (0)