mesa/src/android_stub
2026-04-28 20:47:36 +00:00
..
backtrace_stub.cpp
hardware_stub.cpp
log_stub.cpp
meson.build android_stub: drop cutils/properties dependency 2026-04-28 20:47:36 +00:00
nativewindow_stub.cpp android_stub: fix missing prototypes issues 2025-12-02 20:03:02 +00:00
README.md
sync_stub.cpp android_stub: add missing definition 2025-12-02 20:03:02 +00:00

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.