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

Commit 296a5fe

Browse files
committed
Disable floss variant, f-droid is really hard to reach
1 parent dac8e66 commit 296a5fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
fi
3333
repo sync -c -j 1 --force-sync
3434
(cd device/phh/treble; git clean -fdx; bash generate.sh)
35-
(cd vendor/foss; git clean -fdx; bash update.sh)
35+
#(cd vendor/foss; git clean -fdx; bash update.sh)
3636

3737
. build/envsetup.sh
3838

@@ -50,11 +50,11 @@ cp patches.zip release/$rom_fp/patches.zip
5050

5151
buildVariant treble_arm64_avN-userdebug arm64-aonly-vanilla-nosu
5252
buildVariant treble_arm64_agS-userdebug arm64-aonly-gapps-su
53-
buildVariant treble_arm64_afS-userdebug arm64-aonly-floss-su
53+
#buildVariant treble_arm64_afS-userdebug arm64-aonly-floss-su
5454

5555
buildVariant treble_arm64_bvN-userdebug arm64-ab-vanilla-nosu
5656
buildVariant treble_arm64_bgS-userdebug arm64-ab-gapps-su
57-
buildVariant treble_arm64_bfS-userdebug arm64-ab-floss-su
57+
#buildVariant treble_arm64_bfS-userdebug arm64-ab-floss-su
5858

5959
buildVariant treble_arm_avN-userdebug arm-aonly-vanilla-nosu
6060
[ "$1" != "android-9.0" ] && buildVariant treble_arm_aoS-userdebug arm-aonly-go-su

0 commit comments

Comments
 (0)