10 lines
272 B
Meson
10 lines
272 B
Meson
|
# Copyright 2022 Android Open Source Project
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
inc_opengl_codec = include_directories('OpenglCodecCommon')
|
||
|
inc_gralloc = include_directories('gralloc_cb/include')
|
||
|
|
||
|
subdir('GoldfishAddressSpace')
|
||
|
subdir('qemupipe')
|
||
|
subdir('OpenglCodecCommon')
|