summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Macnak <natsu@google.com>2023-05-19 10:35:06 -0700
committerJason Macnak <natsu@google.com>2023-05-19 10:35:06 -0700
commitf5d796021d5b76625d706cc9a3580a4aa9f75bb2 (patch)
treeeeb03909db2545e3dbd4e97bd940306b4f36d7fd
parent1b3a9d8919172d87babd95874f9c7fcb7dddccc3 (diff)
downloadgfxstream-protocols-f5d796021d5b76625d706cc9a3580a4aa9f75bb2.tar.gz
Rename stream-servers to host
Bug: b/271464937 Test: presubmit Change-Id: I44320affa9e3f9bce84181bd065ff87ff4c12804
-rw-r--r--registry/vulkan/scripts/cerealgenerator.py2
-rwxr-xr-xscripts/generate-vulkan-sources.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/registry/vulkan/scripts/cerealgenerator.py b/registry/vulkan/scripts/cerealgenerator.py
index 12c07fb9..02d7f220 100644
--- a/registry/vulkan/scripts/cerealgenerator.py
+++ b/registry/vulkan/scripts/cerealgenerator.py
@@ -417,7 +417,7 @@ class BumpPool;
#include "{self.baseLibDirPrefix}/Tracing.h"
#include "{self.baseLibDirPrefix}/Metrics.h"
#include "render-utils/IOStream.h"
-#include "stream-servers/FrameBuffer.h"
+#include "host/FrameBuffer.h"
#include "host-common/feature_control.h"
#include "host-common/GfxstreamFatalError.h"
#include "host-common/logging.h"
diff --git a/scripts/generate-vulkan-sources.sh b/scripts/generate-vulkan-sources.sh
index db50ffc0..edb476d4 100755
--- a/scripts/generate-vulkan-sources.sh
+++ b/scripts/generate-vulkan-sources.sh
@@ -57,8 +57,8 @@ cd $PROJECT_ROOT
export VK_CEREAL_GUEST_ENCODER_DIR=$GOLDFISH_OPENGL_DIR/system/vulkan_enc
export VK_CEREAL_GUEST_HAL_DIR=$GOLDFISH_OPENGL_DIR/system/vulkan
-export VK_CEREAL_HOST_DECODER_DIR=$VULKAN_CEREAL_DIR/stream-servers/vulkan
-export VK_CEREAL_HOST_INCLUDE_DIR=$VULKAN_CEREAL_DIR/stream-servers
+export VK_CEREAL_HOST_DECODER_DIR=$VULKAN_CEREAL_DIR/host/vulkan
+export VK_CEREAL_HOST_INCLUDE_DIR=$VULKAN_CEREAL_DIR/host
export VK_CEREAL_HOST_SCRIPTS_DIR=$VULKAN_CEREAL_DIR/scripts
export VK_CEREAL_BASELIB_PREFIX=aemu/base
export VK_CEREAL_BASELIB_LINKNAME=aemu-base.headers