Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 7f1d148

Browse files
committed
Get back to building all variants (except go) on Android 9
1 parent 9b26e8f commit 7f1d148

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ repo manifest -r > release/$rom_fp/manifest.xml
4848
bash "$originFolder"/list-patches.sh
4949
cp patches.zip release/$rom_fp/patches.zip
5050

51-
if [ "$1" == "android-9.0" ];then
52-
buildVariant treble_arm64_avS-userdebug arm64-aonly-vanilla-su
53-
buildVariant treble_arm64_bvS-userdebug arm64-ab-vanilla-su
54-
buildVariant treble_arm_avS-userdebug arm-aonly-vanilla-su
55-
else
5651
buildVariant treble_arm64_avN-userdebug arm64-aonly-vanilla-nosu
5752
buildVariant treble_arm64_agS-userdebug arm64-aonly-gapps-su
5853
buildVariant treble_arm64_afS-userdebug arm64-aonly-floss-su
@@ -62,8 +57,7 @@ buildVariant treble_arm64_bgS-userdebug arm64-ab-gapps-su
6257
buildVariant treble_arm64_bfS-userdebug arm64-ab-floss-su
6358

6459
buildVariant treble_arm_avN-userdebug arm-aonly-vanilla-nosu
65-
buildVariant treble_arm_aoS-userdebug arm-aonly-go-su
66-
fi
60+
[ "$1" != "android-9.0" ] && buildVariant treble_arm_aoS-userdebug arm-aonly-go-su
6761

6862
if [ "$release" == true ];then
6963
(

0 commit comments

Comments
 (0)