Skip to content

Commit

Permalink
Build a64 vndklite
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Oct 1, 2020
1 parent 20520af commit ceb1119
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ if [ "$1" = "android-11.0" ];then
bash run.sh 64
xz -c s.img -T0 > ../release/$rom_fp/system-roar-arm64-aonly-vanilla.img.xz

bash lite-adapter.sh
bash lite-adapter.sh 64
xz -c s.img -T0 > ../release/$rom_fp/system-roar-arm64-ab-vndklite-vanilla.img.xz

bash lite-adapter.sh 32
xz -c s.img -T0 > ../release/$rom_fp/system-roar-a64-ab-vndklite-vanilla.img.xz
)
elif [ "$1" = "android-10.0" ];then
buildVariant treble_arm64_afS-userdebug quack-arm64-aonly-floss
Expand Down

1 comment on commit ceb1119

@Gyulank
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried many ROM from this folder with my Doogee S40, but every was bad. First problem, the TWRP recovery what suggest to this device is not work. So first the TWRP ask some code but everything is wrong, so i can't give this. If I want to install something, like gapps, or something to root, say Errors like couldn't mount system, and many partitions, so can't install.
So I tried the latest Android 10 ROM 222, but the Wi-Fi can't connected. I saw the ID, tapped it, but sad that couldn't conect.
I tried the 11 ROM 300f, but I can't install gapps, and alarmed me 30x in 1 minute that something not working.
Sometimes somehow starting the original recovery. From this maybe I can install from SD, I tried the gapps core but after starting I haven't gplay or chrome, etc.. I tried install other gapps too, but I can't install, becouse wrote that verification something update, not work, and than abort it.
I tried install gplay, and firefox from apk, but can't started.

Please sign in to comment.