tree: 29f51c0a894d076c50e154c33dc321469068503a [path history] [tgz]
  1. backtrace_stub.cpp
  2. cutils_stub.cpp
  3. hardware_stub.cpp
  4. log_stub.cpp
  5. meson.build
  6. README.md
  7. sync_stub.cpp
src/android_stub/README.md

The Android NDK doesn‘t come with enough of the platform libraries we need to build Mesa drivers out of tree, so android_stub has stub versions of those library that aren’t installed which we link against, relying on the real libraries to be present when the Mesa driver is deployed.