cpulimit icon indicating copy to clipboard operation
cpulimit copied to clipboard

Add Android support

Open andreascian opened this issue 8 years ago • 0 comments

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

andreascian avatar Jun 03 '16 09:06 andreascian