Purpose
This document demonstrates how to :
- write functions (procedures), using the ARMv8 64-bit Gnu AS syntax, that will use the JNI library to call back Java functions from the Android app that called them
- assemble these procedures into a native library…