cpulimit
cpulimit copied to clipboard
Add Android support
This is a simple change that allow cpulimit build on Android, using NDK. Unfortunately, it works only with API >=22 because older API do not implement bsd_signal symbol.
It can also be build inside AOSP with ease (I tested it with KK4.4.3, which is android-19 but didn't show the bsd_signal error)
The work was done by Emiliano Firmino ([email protected]) in its project (https://github.com/Miliox/android-cpulimit), I just rework it a little bit