summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaiyi Li <kaiyili@google.com>2022-09-30 13:59:33 -0700
committerKaiyi Li <kaiyili@google.com>2022-09-30 14:00:03 -0700
commitc963c98ff9e641ed6a06c5af8e9258468aee8f41 (patch)
treee01b61d995674d1c46ff093fe12064102a0adc08
parent446d69027a1542b8f741473a9af199fd01a4a657 (diff)
downloadgfxstream-protocols-c963c98ff9e641ed6a06c5af8e9258468aee8f41.tar.gz
Fix base headers paths
Test: build Change-Id: Iede5c7a5ab11f6c5a9b8c87f62d70132ef74171a
-rw-r--r--registry/vulkan/scripts/cerealgenerator.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/vulkan/scripts/cerealgenerator.py b/registry/vulkan/scripts/cerealgenerator.py
index 3adc29f5..783401e5 100644
--- a/registry/vulkan/scripts/cerealgenerator.py
+++ b/registry/vulkan/scripts/cerealgenerator.py
@@ -248,7 +248,7 @@ class IOStream;
#include "goldfish_vk_private_defs.h"
#include "%s.h"
-#include "{self.baseLibDirPrefix}/StreamSerializing.h"
+#include "{self.baseLibDirPrefix}/files/StreamSerializing.h"
""" % VULKAN_STREAM_TYPE
testingInclude = f"""
@@ -372,7 +372,7 @@ using DlSymFunc = void* (void*, const char*);
#include "VkDecoderGlobalState.h"
#include "VkReconstruction.h"
-#include "{self.baseLibDirPrefix}/Lock.h"
+#include "{self.baseLibDirPrefix}/synchronization/Lock.h"
"""
decoderHeaderIncludes = f"""
@@ -395,7 +395,7 @@ class BumpPool;
#include "common/goldfish_vk_transform.h"
#include "{self.baseLibDirPrefix}/BumpPool.h"
-#include "{self.baseLibDirPrefix}/System.h"
+#include "{self.baseLibDirPrefix}/system/System.h"
#include "{self.baseLibDirPrefix}/Tracing.h"
#include "{self.baseLibDirPrefix}/Metrics.h"
#include "stream-servers/IOStream.h"