Hello, I'm trying to build cyclictest for Android. I'm able to build cyclictest on stable/v1.0 after making some changes to src/include/bionic.h. There were redefinitions of several functions that have existed in bionic since Android API level 24. See: https://android.googlesource.com/platform/bionic/+/e7c2fffa16eccecfd43d99516751a43776f5f609 However, I'm unable to build cyclictest on main since support was removed to build without libnuma (commit 240938737e7034c0ff533ddbbfc7003b72453854). Android's toolchain does not provide libnuma. Does cyclictest no longer support systems where libnuma is unavailable? Should I just use stable/v1.0? Thanks, Huck