ci: Include enough Android headers to let us compile test EGL
[mesa.git] / src / android_stub / meson.build
1 if with_android_stub
2 _libmesa_android_stub = static_library(
3 'mesa_android_stub',
4 files('android_stub.cpp'),
5 include_directories : inc_include,
6 gnu_symbol_visibility : 'hidden',
7 )
8
9 dep_android = declare_dependency(
10 link_with : _libmesa_android_stub,
11 )
12 endif