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