mesa/src/android_stub
Yiwei Zhang 8b7ff78443 egl/android: refactor to use the legit vndk/window.h header
Using the system/window.h header can potentially cause AHB breakage
because the system header is reserved for platform internal use.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11206>
2021-06-09 21:07:54 +00:00
..
README.md
backtrace_stub.cpp
cutils_stub.cpp
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.