Magisk/.gitmodules

43 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2018-01-27 02:11:28 +01:00
[submodule "selinux"]
path = native/src/external/selinux
2016-12-05 20:09:15 +01:00
url = https://github.com/topjohnwu/selinux.git
2018-01-27 02:11:28 +01:00
[submodule "busybox"]
path = native/src/external/busybox
2017-07-30 14:14:12 +02:00
url = https://github.com/topjohnwu/ndk-busybox.git
2018-01-27 02:11:28 +01:00
[submodule "lz4"]
path = native/src/external/lz4
2017-10-18 18:07:48 +02:00
url = https://github.com/lz4/lz4.git
2018-01-27 02:11:28 +01:00
[submodule "bzip2"]
path = native/src/external/bzip2
2017-10-18 18:07:48 +02:00
url = https://github.com/nemequ/bzip2.git
2018-01-27 02:11:28 +01:00
[submodule "xz"]
path = native/src/external/xz
2017-10-18 18:07:48 +02:00
url = https://github.com/xz-mirror/xz.git
[submodule "pcre"]
path = native/src/external/pcre
url = https://android.googlesource.com/platform/external/pcre
2021-03-25 09:00:10 +01:00
[submodule "libcxx"]
path = native/src/external/libcxx
2021-03-25 09:00:10 +01:00
url = https://github.com/topjohnwu/libcxx.git
2021-05-11 03:46:03 +02:00
[submodule "zlib"]
path = native/src/external/zlib
2021-05-11 03:46:03 +02:00
url = https://android.googlesource.com/platform/external/zlib
[submodule "zopfli"]
path = native/src/external/zopfli
2021-09-03 19:39:23 +02:00
url = https://github.com/google/zopfli.git
2022-06-30 23:50:21 +02:00
[submodule "cxx-rs"]
path = native/src/external/cxx-rs
2022-06-30 23:50:21 +02:00
url = https://github.com/topjohnwu/cxx.git
2022-11-21 09:59:22 +01:00
[submodule "lsplt"]
path = native/src/external/lsplt
url = https://github.com/LSPosed/LSPlt.git
[submodule "system_properties"]
path = native/src/external/system_properties
url = https://github.com/topjohnwu/system_properties.git
2024-02-27 02:34:17 +01:00
[submodule "crt0"]
path = native/src/external/crt0
url = https://github.com/topjohnwu/crt0.git
[submodule "termux-elf-cleaner"]
path = tools/termux-elf-cleaner
url = https://github.com/termux/termux-elf-cleaner.git