tree: 1b1a862c4fc1931a8acbf83af297f642f0eb4e08 [path history] [tgz]
  1. private/
  2. bionic_netlink.cpp
  3. bionic_netlink.h
  4. ifaddrs.cpp
  5. ifaddrs.h
  6. net_if.cpp
  7. README.md
src/starboard/android/shared/bionic/README.md

This is a partial fork of the Android bionic C library, taken from:

https://android.googlesource.com/platform/bionic/+/5e62b34c0d6fa545b487b9b64fb4a04a0589bc13/libc

The purpose is to build into the Android Starboard port necesary parts of bionic that are not available on all versions of Android that we support, including:

  • ifaddrs (and its dependencies) - Used by SbSocketGetInterfaceAddress, but not available until API 24.