• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..31-Mar-2022-

README.mdH A D31-Mar-2022284 65

backtrace_stub.cppH A D31-Mar-2022186 1511

cutils_stub.cppH A D31-Mar-2022340 3326

hardware_stub.cppH A D31-Mar-2022135 117

log_stub.cppH A D31-Mar-2022232 1611

meson.buildH A D31-Mar-2022355 1714

nativewindow_stub.cppH A D31-Mar-20221.7 KiB10587

sync_stub.cppH A D31-Mar-2022434 3022

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