mesa/src/android_stub
Yiwei Zhang 90c4f1f9dc
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
util/android_stub: drop legacy atrace
The legacy atrace support was added in lack of perfetto c bindings in:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13255

Now that perfetto has matured while atrace has compat issue with C++,
let's drop legacy atrace support in favor of perfetto even for Android.

Reviewed-by: Dhruv Mark Collins <mark@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41219>
2026-04-27 23:29:27 +00:00
..
backtrace_stub.cpp
cutils_stub.cpp util/android_stub: drop legacy atrace 2026-04-27 23:29:27 +00:00
hardware_stub.cpp
log_stub.cpp util/log: improve logger_android 2023-02-22 17:55:40 +00:00
meson.build
nativewindow_stub.cpp android_stub: fix missing prototypes issues 2025-12-02 20:03:02 +00:00
README.md
sync_stub.cpp android_stub: add missing definition 2025-12-02 20:03:02 +00:00

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.