| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| README.md | D | 06-May-2025 | 284 | 6 | 5 | |
| backtrace_stub.cpp | D | 06-May-2025 | 186 | 15 | 11 | |
| cutils_stub.cpp | D | 06-May-2025 | 340 | 33 | 26 | |
| hardware_stub.cpp | D | 06-May-2025 | 135 | 11 | 7 | |
| log_stub.cpp | D | 06-May-2025 | 232 | 16 | 11 | |
| meson.build | D | 06-May-2025 | 355 | 17 | 14 | |
| nativewindow_stub.cpp | D | 06-May-2025 | 1.7 KiB | 105 | 87 | |
| sync_stub.cpp | D | 06-May-2025 | 434 | 30 | 22 |
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