Build our own zlib

This commit is contained in:
topjohnwu
2021-05-10 18:46:03 -07:00
parent 7df23ceb74
commit 5b37de8fe5
4 changed files with 31 additions and 3 deletions

5
.gitmodules vendored
View File

@@ -6,7 +6,7 @@
url = https://github.com/topjohnwu/ndk-busybox.git
[submodule "dtc"]
path = native/jni/external/dtc
url = https://github.com/dgibson/dtc
url = https://github.com/dgibson/dtc.git
[submodule "lz4"]
path = native/jni/external/lz4
url = https://github.com/lz4/lz4.git
@@ -31,6 +31,9 @@
[submodule "libcxx"]
path = native/jni/external/libcxx
url = https://github.com/topjohnwu/libcxx.git
[submodule "zlib"]
path = native/jni/external/zlib
url = https://android.googlesource.com/platform/external/zlib
[submodule "termux-elf-cleaner"]
path = tools/termux-elf-cleaner
url = https://github.com/termux/termux-elf-cleaner.git