1
mirror of https://github.com/topjohnwu/Magisk synced 2024-09-27 18:43:19 +02:00
Magisk/tools/ndk-bins
2023-05-19 03:23:43 -07:00
..
arm Cleanup libc hacks 2023-05-19 03:23:43 -07:00
i686 Cleanup libc hacks 2023-05-19 03:23:43 -07:00
README.md No more patching libc.a on 64bit platforms 2023-04-01 03:51:57 -07:00

Prebuilt Static Libraries

These binaries are extracted straight from Google NDK r10e. It contains the Bionic libc from Lollipop.

Over the years, Bionic has slowly become more and more gigantic as devices became more powerful and Google kept adding new features. These are the oldest, which also means smallest, Bionic libc Google had ever offered. We prefer to use these static libs because they yield significantly smaller static executables.