1# Copyright 2022 Android Open Source Project 2# SPDX-License-Identifier: MIT 3 4inc_gfxstream_vk_stubs = include_directories('.') 5files_libgfxstream_vk_stubs = files( 6 'GfxStreamRenderControl.cpp', 7) 8 9libgfxstream_vk_stubs = static_library( 10 'gfxstream_vk_stubs', 11 files_libgfxstream_vk_stubs, 12 cpp_args: gfxstream_guest_args, 13 include_directories: [inc_connection_manager, inc_platform_virtgpu, 14 inc_guest_iostream], 15) 16