This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Commit f51614e 1 parent ed5dc76 commit f51614e Copy full SHA for f51614e
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -51,22 +51,27 @@ cp patches.zip release/$rom_fp/patches.zip
51
51
buildVariant treble_arm64_avN-userdebug arm64-aonly-vanilla-nosu
52
52
buildVariant treble_arm64_agS-userdebug arm64-aonly-gapps-su
53
53
# buildVariant treble_arm64_afS-userdebug arm64-aonly-floss-su
54
+ rm -Rf out/target/product/phhgsi*
54
55
55
56
buildVariant treble_arm64_bvN-userdebug arm64-ab-vanilla-nosu
56
57
buildVariant treble_arm64_bgS-userdebug arm64-ab-gapps-su
57
58
# buildVariant treble_arm64_bfS-userdebug arm64-ab-floss-su
59
+ rm -Rf out/target/product/phhgsi*
58
60
59
61
buildVariant treble_arm_avN-userdebug arm-aonly-vanilla-nosu
60
62
[ " $1 " != " android-9.0" ] && buildVariant treble_arm_aoS-userdebug arm-aonly-go-su
61
63
buildVariant treble_arm_agS-userdebug arm-aonly-gapps-su
64
+ rm -Rf out/target/product/phhgsi*
62
65
63
66
buildVariant treble_a64_avN-userdebug arm32_binder64-aonly-vanilla-nosu
64
67
buildVariant treble_a64_agS-userdebug arm32_binder64-aonly-gapps-su
68
+ rm -Rf out/target/product/phhgsi*
65
69
66
70
if [ " $1 " = " android-9.0" ]; then
67
71
buildVariant treble_a64_bvN-userdebug arm32_binder64-ab-vanilla-nosu
68
72
buildVariant treble_a64_bgS-userdebug arm32_binder64-ab-gapps-su
69
73
fi
74
+ rm -Rf out/target/product/phhgsi*
70
75
71
76
if [ " $release " == true ]; then
72
77
(
You can’t perform that action at this time.
0 commit comments