Magisk/.gitmodules

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-01-27 01:11:28 +00:00
[submodule "selinux"]
path = native/jni/external/selinux
2016-12-05 19:09:15 +00:00
url = https://github.com/topjohnwu/selinux.git
2018-01-27 01:11:28 +00:00
[submodule "busybox"]
path = native/jni/external/busybox
2017-07-30 12:14:12 +00:00
url = https://github.com/topjohnwu/ndk-busybox.git
2018-01-27 01:11:28 +00:00
[submodule "dtc"]
path = native/jni/external/dtc
2017-09-14 02:46:32 +00:00
url = https://github.com/dgibson/dtc
2018-01-27 01:11:28 +00:00
[submodule "lz4"]
path = native/jni/external/lz4
2017-10-18 16:07:48 +00:00
url = https://github.com/lz4/lz4.git
2018-01-27 01:11:28 +00:00
[submodule "bzip2"]
path = native/jni/external/bzip2
2017-10-18 16:07:48 +00:00
url = https://github.com/nemequ/bzip2.git
2018-01-27 01:11:28 +00:00
[submodule "xz"]
path = native/jni/external/xz
2017-10-18 16:07:48 +00:00
url = https://github.com/xz-mirror/xz.git
2018-04-28 12:22:42 +00:00
[submodule "nanopb"]
path = native/jni/external/nanopb
url = https://github.com/nanopb/nanopb.git
2019-07-01 02:53:03 +00: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 08:53:24 +00:00
[submodule "xhook"]
path = native/jni/external/xhook
url = https://github.com/iqiyi/xHook.git
[submodule "termux-elf-cleaner"]
path = tools/termux-elf-cleaner
url = https://github.com/termux/termux-elf-cleaner.git