geeks-r-us / anbox-playstore-installer

Install script that automates installation of googles playstore in anbox
MIT License
656 stars 155 forks source link

Add arm64-v8a to abilist and abilist64 #27

Closed ghost closed 5 years ago

ghost commented 5 years ago

Both scripts install the arm64 libraries and add houdini64 binfmt entries, but arm64-v8a is not added to ro.product.cpu.abilist and ro.product.cpu.abilist64 in build.prop. Users may not be able to install APKs built for arm64.

geeks-r-us commented 5 years ago

done e1f71c6

ghost commented 5 years ago

@geeks-r-us Thanks. arm64-v8a is added to ARM_TYPE, but ARM_TYPE is used in ro.product.cpu.abilist32. Since arm64-v8a is 64-bit, will this cause issues?