mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
9 lines
633 B
Markdown
9 lines
633 B
Markdown
## Prebuilt Static Libraries
|
|
|
|
These binaries are extracted straight from [Google NDK r10e](https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip).
|
|
API `16` contains the Bionic libc as old as Android Cupcake (!!). API `21` contains the Bionic libc from Lollipop (minimal API with 64-bit support).
|
|
|
|
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.
|