File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ XZ_VERSION=5.6.2 # https://githu
19
19
LZ4_VERSION=1.9.4 # https://github.com/lz4/lz4/releases
20
20
ZSTD_VERSION=1.5.6 # https://github.com/facebook/zstd/releases
21
21
BUSYBOX_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
23
23
PCRE_BRANCH=android14-mainline-adbd-release # https://android.googlesource.com/platform/external/pcre
24
24
# #################################################
25
25
# Functions
@@ -236,7 +236,7 @@ build_busybox() {
236
236
wget https://git.busybox.net/busybox/snapshot/busybox-$BUSYBOX_VERSION .tar.bz2
237
237
tar xf busybox-$BUSYBOX_VERSION .tar.bz2
238
238
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
240
240
cd jni/selinux && git checkout $SELINUX_COMMIT && cd ../..
241
241
git clone https://android.googlesource.com/platform/external/pcre -b $PCRE_BRANCH jni/pcre
242
242
./run.sh patch
You can’t perform that action at this time.
0 commit comments