mesa/src/android_stub
Yiwei Zhang 2881b43d2c android_stub: update platform headers to include atrace
1. Add tracing headers
2. Update to reflect relocated headers
3. Remove redundant apex/window.h

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Ryan Neph <ryanneph@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13255>
2021-10-09 00:42:32 +00:00
..
README.md
backtrace_stub.cpp
cutils_stub.cpp android_stub: update platform headers to include atrace 2021-10-09 00:42:32 +00:00
hardware_stub.cpp
log_stub.cpp
meson.build egl/android: implement image cleanup callback 2020-12-15 06:05:27 +00:00
nativewindow_stub.cpp egl/android: refactor to use the legit vndk/window.h header 2021-06-09 21:07:54 +00:00
sync_stub.cpp egl+libsync: Add check for valid fence-fd 2021-06-07 20:14:25 +00: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.