File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ XZ_VERSION=5.6.2 # https://githu
1919LZ4_VERSION=1.9.4 # https://github.com/lz4/lz4/releases
2020ZSTD_VERSION=1.5.6 # https://github.com/facebook/zstd/releases
2121BUSYBOX_VERSION=1_36_1 # https://www.busybox.net/downloads/?C=M;O=D
22- SELINUX_COMMIT=48fcf8bba0635dc597bef75994294fd055d9f0ba # https://github.com/topjohnwu /selinux/tree/48fcf8bba0635dc597bef75994294fd055d9f0ba
22+ SELINUX_COMMIT=81d604a9d5f34306d22121391d350e0027191cb5 # https://github.com/XayahSuSuSu /selinux/tree/81d604a9d5f34306d22121391d350e0027191cb5
2323PCRE_BRANCH=android14-mainline-adbd-release # https://android.googlesource.com/platform/external/pcre
2424# #################################################
2525# Functions
@@ -236,7 +236,7 @@ build_busybox() {
236236 wget https://git.busybox.net/busybox/snapshot/busybox-$BUSYBOX_VERSION .tar.bz2
237237 tar xf busybox-$BUSYBOX_VERSION .tar.bz2
238238 mv busybox-$BUSYBOX_VERSION busybox
239- git clone https://github.com/topjohnwu /selinux jni/selinux
239+ git clone https://github.com/XayahSuSuSu /selinux jni/selinux
240240 cd jni/selinux && git checkout $SELINUX_COMMIT && cd ../..
241241 git clone https://android.googlesource.com/platform/external/pcre -b $PCRE_BRANCH jni/pcre
242242 ./run.sh patch
You can’t perform that action at this time.
0 commit comments