Android: Find out if you're on arm64

To download the correct LineageOS su binary (for rooting), I needed to find out if my Android mobile phone has an arm or an arm64 processor.

All I had to do was running a single command on the shell:

$ adb shell getprop ro.product.cpu.abi
arm64-v8a

Written by Christian Weiske.

Comments? Please send an e-mail.