Name Date Size

..25-Oct-20244 KiB

backtrace_stub.cppH A D25-Oct-2024186

cutils_stub.cppH A D25-Oct-2024340

hardware_stub.cppH A D25-Oct-2024135

log_stub.cppH A D25-Oct-2024232

meson.buildH A D25-Oct-2024355

nativewindow_stub.cppH A D25-Oct-20241.7 KiB

README.mdH A D25-Oct-2024284

sync_stub.cppH A D25-Oct-2024434

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