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

Commit ac898e3

Browse files
committed
Fix a64-vanilla to arm32_binder64-vanilla
1 parent 41135f1 commit ac898e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if [ "$1" = "android-11.0" ];then
8383
( cd sas-creator; bash run.sh 32; xz -c s.img -T0 > ../release/$rom_fp/system-roar-arm-aonly-vanilla.img.xz )
8484

8585
# ARM32_binder64 vanilla {ab, ab vndk lite}
86-
buildVariant treble_a64_bvS-userdebug roar-a64-ab-vanilla
86+
buildVariant treble_a64_bvS-userdebug roar-arm32_binder64-ab-vanilla
8787
( cd sas-creator; bash lite-adapter.sh 32; xz -c s.img -T0 > ../release/$rom_fp/system-roar-arm32_binder64-ab-vndklite-vanilla.img.xz)
8888

8989
# ARM64 Gapps {ab, a-only, ab vndk lite}

0 commit comments

Comments
 (0)