meson: Generate a mock Android config header.

This commit is contained in:
Ryan Pavlik 2020-11-09 15:32:40 -06:00 committed by Lubosz Sarnecki
parent aa308609af
commit 04318b4104

View file

@ -153,3 +153,17 @@ xrt_config_vulkan = declare_dependency(
sources: xrt_config_vulkan_h,
include_directories: xrt_include,
)
#####
# Mock Android config
#
android_conf = configuration_data()
# No actual config data in here.
xrt_config_android_h = configure_file(
output: 'xrt_config_android.h',
configuration: android_conf,
)