aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorJoshua Duong <joshuaduong@google.com>2022-10-25 11:30:43 -0700
committerJoshua Duong <joshuaduong@google.com>2022-10-26 06:59:49 -0700
commitba55546134f6d1d0b486ea90c5eb78258c16861d (patch)
tree3e1b642acf3aca343b176b6ae943f30fc27e3cdb /third-party
parent5ee3251cb1413ea1e0879d6c6d3492b6939430e0 (diff)
downloadaemu-ba55546134f6d1d0b486ea90c5eb78258c16861d.tar.gz
Decouple gfxstream_vulkan_headers from aemu-common.
Bug: 246990929 Test: presubmit Change-Id: I399324d765b788be3f6ec86431fdf68ae0e378a6
Diffstat (limited to 'third-party')
-rw-r--r--third-party/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 0bbaef9..e912020 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -1,10 +1,4 @@
# Build only support in Android
-if(NOT TARGET gfxstream_vulkan_headers)
- set(GFXSTREAM_PROTOCOLS_PATH ${PROJECT_SOURCE_DIR}/../../../external/gfxstream-protocols)
- if(EXISTS ${GFXSTREAM_PROTOCOLS_PATH})
- add_subdirectory(${GFXSTREAM_PROTOCOLS_PATH} gfxstream-protocols)
- endif()
-endif()
# TODO(joshuaduong): Should copy/move these third-party dependencies from vulkan-cereal to here.
set(VULKAN_CEREAL_PATH ${PROJECT_SOURCE_DIR}/../../../device/generic/vulkan-cereal)