| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| README.md | D | 04-Jul-2025 | 284 | 6 | 5 | |
| backtrace_stub.cpp | D | 04-Jul-2025 | 186 | 15 | 11 | |
| cutils_stub.cpp | D | 04-Jul-2025 | 340 | 33 | 26 | |
| hardware_stub.cpp | D | 04-Jul-2025 | 135 | 11 | 7 | |
| log_stub.cpp | D | 04-Jul-2025 | 319 | 21 | 15 | |
| meson.build | D | 04-Jul-2025 | 429 | 22 | 18 | |
| nativewindow_stub.cpp | D | 04-Jul-2025 | 1.8 KiB | 111 | 92 | |
| sync_stub.cpp | D | 04-Jul-2025 | 314 | 26 | 18 |
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