https://github.com/termux/libandroid-support
https://github.com/termux/libandroid-support
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/termux/libandroid-support
- Owner: termux
- License: other
- Created: 2017-06-11T19:11:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T07:15:58.000Z (over 3 years ago)
- Last Synced: 2025-08-06T16:40:32.282Z (11 months ago)
- Language: C
- Size: 200 KB
- Stars: 38
- Watchers: 14
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
libandroid-support
------------------
A copy of libandroid-support as built from NDK r14 in Termux.
The purpose of `libandroid-support` in Termux is to add functionality missing
the system libc to ease building packages.
What is still necessary?
------------------------
Some functionality can probably be removed in favour of functionality in bionic:
- [bionic in Android 5.0](https://android.googlesource.com/platform/bionic.git/+/lollipop-release/libc/bionic/)
- [bionic in Android 6.0](https://android.googlesource.com/platform/bionic.git/+/marshmallow-release/libc/bionic/)
- [bionic in Android 7.0](https://android.googlesource.com/platform/bionic.git/+/nougat-release/libc/bionic/)
Test cases
----------
- Findutils: `touch åäö && find . -name åäö`.