mesa/src/android_stub
Tapani Pälli 5c7dd85e4f android: add some more stub functions for cross compilation
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9796>
2021-03-25 06:06:16 +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 android: add some more stub functions for cross compilation 2021-03-25 06:06:16 +00:00
sync_stub.cpp

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.