tree: 125066e3b12a3915ecae9d65fa8f9d04af14e771
  1. backtrace_stub.cpp
  2. hardware_stub.cpp
  3. log_stub.cpp
  4. meson.build
  5. nativewindow_stub.cpp
  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.