chenxiaolong / DualBootPatcher

Patches Android ROMs for dual boot support
https://dbp.noobdev.io
Other
527 stars 470 forks source link

Remove procps-ng dependency #1376

Closed chenxiaolong closed 5 years ago

chenxiaolong commented 5 years ago

It's easy enough to look at /proc ourselves to get the needed information.

chenxiaolong commented 5 years ago

This is the first step to dropping prebuilt libraries from DBP (#724). The remaining libraries cannot be removed and will have to be built with CMake.