2020-04-03 10:33:39 +00:00
|
|
|
## Prebuilt Static Libraries
|
|
|
|
|
2021-03-03 07:18:44 +00:00
|
|
|
These binaries are extracted straight from [Google NDK r10e](https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip).
|
2023-03-30 02:16:53 +00:00
|
|
|
It contains the Bionic libc from Lollipop.
|
2021-03-03 07:18:44 +00:00
|
|
|
|
|
|
|
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.
|