A collection of cpuburn programs tuned for different ARM hardware
Download NDK from https://developer.android.com/ndk/downloads and extract it. Set NDK_ROOT path:
export NDK_ROOT=/path/to/your/ndkRun the build script:
./build.shPush the binary to your device:
adb push out/cpuburn-arm64 /data/local/tmp/Run the binary on your device:
adb shell
cd /data/local/tmp
chmod +x cpuburn-arm64
./cpuburn-arm64