generated from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.conf
23 lines (18 loc) · 902 Bytes
/
build.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ex: for excluding patches: -e patchname -e anotherpatchname
# if you add '--experimental' arg, you get latest version of apps ignoring the versions revanced-patches support
# if you remove '-e microg-support' arg, you get non-root builds
YT_PATCHER_ARGS="-e microg-support"
MUSIC_PATCHER_ARGS="-e music-microg-support"
BUILD_YT=true
BUILD_MUSIC_ARM64_V8A=true
BUILD_MUSIC_ARM_V7A=false
BUILD_TWITTER=true
BUILD_REDDIT=true
BUILD_WARN_WETTER=false
BUILD_TIKTOK=true
BUILD_MINDETACH_MODULE=true
MOUNT_DELAY=1 # some low-end phones cannot mount apks on boot without a delay. increase if needed.
ENABLE_MAGISK_UPDATE=true # set this to false if you do not want to receive updates from magisk app
# this is the repo to fallback for magisk update json if you are not building on github actions ↓
GITHUB_REPO_FALLBACK="j-hc/revanced-magisk-module"
UPDATE_PREBUILTS=true # dont touch this