tree: bcb1398e9b989534341b8c5a21d3d270532879d8 [path history] [tgz]
  1. backtrace_stub.cpp
  2. cutils_stub.cpp
  3. hardware_stub.cpp
  4. log_stub.cpp
  5. meson.build
  6. nativewindow_stub.cpp
  7. README.md
  8. 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.