1# Copyright 2023 Android Open Source Project 2# SPDX-License-Identifier: MIT 3 4files_lib_gl_snapshot = files( 5 'GLSnapshot.cpp', 6) 7 8lib_gl_snapshot = static_library( 9 'gl_snapshot', 10 files_lib_gl_snapshot, 11 cpp_args: gfxstream_host_args, 12 include_directories: [inc_gfxstream_include, inc_include] 13) 14