Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
backtrace_stub.cpp | H A D | 25-Oct-2024 | 186 | |
cutils_stub.cpp | H A D | 25-Oct-2024 | 340 | |
hardware_stub.cpp | H A D | 25-Oct-2024 | 135 | |
log_stub.cpp | H A D | 25-Oct-2024 | 232 | |
meson.build | H A D | 25-Oct-2024 | 355 | |
nativewindow_stub.cpp | H A D | 25-Oct-2024 | 1.7 KiB | |
README.md | H A D | 25-Oct-2024 | 284 | |
sync_stub.cpp | H A D | 25-Oct-2024 | 434 |
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