mesa/src/android_stub
Chia-I Wu bbd19527c1 util/log: improve logger_android
Avoid __android_log_vprint which can truncate messages.  Also add
MESA_LOG=wait to lower the chance of logger_android dropping messages.

Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21454>
2023-02-22 17:55:40 +00:00
..
README.md
backtrace_stub.cpp
cutils_stub.cpp
hardware_stub.cpp
log_stub.cpp util/log: improve logger_android 2023-02-22 17:55:40 +00:00
meson.build
nativewindow_stub.cpp
sync_stub.cpp android: Cleanup unneeded headers from the sync stub 2023-01-25 08:58:25 -03:00

README.md

The Android NDK doesn't come with enough of the platform libraries we need to build Mesa drivers out of tree, so android_stub has stub versions of those library that aren't installed which we link against, relying on the real libraries to be present when the Mesa driver is deployed.