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

Commit 008ea67

Browse files
committed
Don't build a64_ab on oreo
1 parent 296a5fe commit 008ea67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ buildVariant treble_arm_agS-userdebug arm-aonly-gapps-su
6363
buildVariant treble_a64_avN-userdebug arm32_binder64-aonly-vanilla-nosu
6464
buildVariant treble_a64_agS-userdebug arm32_binder64-aonly-gapps-su
6565

66+
if [ "$1" = "android-9.0" ];then
6667
buildVariant treble_a64_bvN-userdebug arm32_binder64-ab-vanilla-nosu
6768
buildVariant treble_a64_bgS-userdebug arm32_binder64-ab-gapps-su
69+
fi
6870

6971
if [ "$release" == true ];then
7072
(

0 commit comments

Comments
 (0)