From eef2fdac59ce5205c7f7ad4a34dcb701b99ee394 Mon Sep 17 00:00:00 2001 From: xxmustafacooTR Date: Thu, 27 Jul 2023 05:40:42 +0300 Subject: [PATCH] BuildScript: remove old wifi builds no one uses that roms --- buildN9.sh | 2 -- buildS9+.sh | 2 -- buildS9.sh | 2 -- build_kernel.sh | 6 ------ 4 files changed, 12 deletions(-) diff --git a/buildN9.sh b/buildN9.sh index 07b16e58ae62..df89a48b32b9 100755 --- a/buildN9.sh +++ b/buildN9.sh @@ -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 diff --git a/buildS9+.sh b/buildS9+.sh index b838ff80dd4c..58b4803a9079 100755 --- a/buildS9+.sh +++ b/buildS9+.sh @@ -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 diff --git a/buildS9.sh b/buildS9.sh index 5c9d82021ee6..2d69047ef159 100755 --- a/buildS9.sh +++ b/buildS9.sh @@ -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 diff --git a/build_kernel.sh b/build_kernel.sh index dd28bd292e11..8a15eada2d13 100755 --- a/build_kernel.sh +++ b/build_kernel.sh @@ -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