I've built a library with native code in Android Studio. It has some time dependent parts (in C) that must be under certain levels of latency, and I need to measure them. So I've implemented some measurement routines. However, I don't want the measurement routines to work in a release compilation. I've built a library with native code in Androi