gfxstream: Fix codegen for the moved logging.h file

Reviewed-by: Marcin Radomski <dextero@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35323>
This commit is contained in:
Serdar Kocdemir
2025-05-28 01:05:15 +00:00
committed by Marge Bot
parent 68e42404b7
commit 3ade950b6f
@@ -463,7 +463,7 @@ using DlSymFunc = void* (void*, const char*);
extensionStructsInclude = f"""
{self.hostCommonExtraVulkanHeaders}
#include "gfxstream/host/logging.h"
#include "gfxstream/common/logging.h"
#include "goldfish_vk_private_defs.h"
#include "vulkan/vk_enum_string_helper.h"
"""
@@ -547,7 +547,7 @@ class BumpPool;
#include "FrameBuffer.h"
#include "gfxstream/host/Tracing.h"
#include "gfxstream/host/iostream.h"
#include "gfxstream/host/logging.h"
#include "gfxstream/common/logging.h"
#include "VkDecoderGlobalState.h"
#include "VkDecoderSnapshot.h"