Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025284 65

backtrace_stub.cppH A D25-Apr-2025186 1511

cutils_stub.cppH A D25-Apr-2025340 3326

hardware_stub.cppH A D25-Apr-2025135 117

log_stub.cppH A D25-Apr-2025319 2115

meson.buildH A D25-Apr-2025429 2218

nativewindow_stub.cppH A D25-Apr-20251.8 KiB11192

sync_stub.cppH A D25-Apr-2025314 2618

README.md

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