Magisk/.gitmodules

40 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-01-27 02:11:28 +01:00
[submodule "selinux"]
path = native/jni/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/jni/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 "dtc"]
path = native/jni/external/dtc
2021-05-11 03:46:03 +02:00
url = https://github.com/dgibson/dtc.git
2018-01-27 02:11:28 +01:00
[submodule "lz4"]
path = native/jni/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/jni/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/jni/external/xz
2017-10-18 18:07:48 +02:00
url = https://github.com/xz-mirror/xz.git
2018-04-28 14:22:42 +02:00
[submodule "nanopb"]
path = native/jni/external/nanopb
url = https://github.com/nanopb/nanopb.git
2019-07-01 04:53:03 +02:00
[submodule "mincrypt"]
path = native/jni/external/mincrypt
url = https://github.com/topjohnwu/mincrypt.git
[submodule "pcre"]
path = native/jni/external/pcre
url = https://android.googlesource.com/platform/external/pcre
2021-01-08 09:53:24 +01:00
[submodule "xhook"]
path = native/jni/external/xhook
url = https://github.com/iqiyi/xHook.git
2021-03-25 09:00:10 +01:00
[submodule "libcxx"]
path = native/jni/external/libcxx
url = https://github.com/topjohnwu/libcxx.git
2021-05-11 03:46:03 +02:00
[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