BuildScript: remove old wifi builds
no one uses that roms
This commit is contained in:
parent
29db836c37
commit
eef2fdac59
4 changed files with 0 additions and 12 deletions
|
@ -15,8 +15,6 @@ if [ ! -z "$1" ]
|
|||
then
|
||||
if [ "$1" == "stock" ]; then
|
||||
patch_stock
|
||||
elif [ "$1" == "a11" ]; then
|
||||
patch_wifi
|
||||
elif [ "$1" == "aosp" ]; then
|
||||
patch_aosp
|
||||
fi
|
||||
|
|
|
@ -15,8 +15,6 @@ if [ ! -z "$1" ]
|
|||
then
|
||||
if [ "$1" == "stock" ]; then
|
||||
patch_stock
|
||||
elif [ "$1" == "a11" ]; then
|
||||
patch_wifi
|
||||
elif [ "$1" == "aosp" ]; then
|
||||
patch_aosp
|
||||
fi
|
||||
|
|
|
@ -15,8 +15,6 @@ if [ ! -z "$1" ]
|
|||
then
|
||||
if [ "$1" == "stock" ]; then
|
||||
patch_stock
|
||||
elif [ "$1" == "a11" ]; then
|
||||
patch_wifi
|
||||
elif [ "$1" == "aosp" ]; then
|
||||
patch_aosp
|
||||
fi
|
||||
|
|
|
@ -9,20 +9,14 @@
|
|||
. buildS9+.sh stock no
|
||||
. buildS9.sh default
|
||||
. buildS9.sh default no no
|
||||
. buildS9.sh a11
|
||||
. buildS9.sh a11 no
|
||||
. buildS9.sh aosp
|
||||
. buildS9.sh aosp no
|
||||
. buildN9.sh default
|
||||
. buildN9.sh default no no
|
||||
. buildN9.sh a11
|
||||
. buildN9.sh a11 no
|
||||
. buildN9.sh aosp
|
||||
. buildN9.sh aosp no
|
||||
. buildS9+.sh aosp
|
||||
. buildS9+.sh aosp no
|
||||
. buildS9+.sh a11
|
||||
. buildS9+.sh a11 no
|
||||
. buildS9+.sh default
|
||||
. buildS9+.sh default no no
|
||||
. zip.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue