mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
close #56
This commit is contained in:
parent
9908c9a909
commit
4142f3b0b9
@ -115,6 +115,7 @@ usage(){
|
||||
Example:
|
||||
./build.sh --arch x64 --release-type retail --magisk-ver stable --gapps-brand OpenGApps --gapps-variant pico --remove-amazon
|
||||
./build.sh --arch x64 --release-type retail --remove-amazon --magisk-custom --offline
|
||||
./build.sh --release-type RP
|
||||
"
|
||||
}
|
||||
|
||||
@ -183,6 +184,7 @@ MAGISK_VER_MAP=(
|
||||
GAPPS_BRAND_MAP=(
|
||||
"OpenGApps"
|
||||
"MindTheGApps"
|
||||
"none"
|
||||
)
|
||||
|
||||
GAPPS_VARIANT_MAP=(
|
||||
@ -195,6 +197,7 @@ GAPPS_VARIANT_MAP=(
|
||||
"pico"
|
||||
"tvstock"
|
||||
"tvmini"
|
||||
"none"
|
||||
)
|
||||
|
||||
ROOT_SOL_MAP=(
|
||||
|
@ -97,7 +97,7 @@ if (YesNoBox '([title]="Install GApps" [text]="Do you want to install GApps?")')
|
||||
GAPPS_BRAND="OpenGApps"
|
||||
fi
|
||||
else
|
||||
GAPPS_VARIANT="none"
|
||||
GAPPS_BRAND="none"
|
||||
fi
|
||||
if [ $GAPPS_BRAND = "OpenGApps" ]; then
|
||||
# TODO: Keep it pico since other variants of opengapps are unable to boot successfully
|
||||
|
Loading…
Reference in New Issue
Block a user