From 6785aae717e09e6e37e365147cc1a39ac4663a2b Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Thu, 1 Aug 2024 07:58:00 -0700 Subject: [PATCH] gfxstream: nuke libplatform stub This was added for Fuchsia support, and now we have a dedicated Fuchsia subdir. Reviewed-by: Aaron Ruby Acked-by: Yonggang Luo Acked-by: Adam Jackson Part-of: --- src/gfxstream/guest/platform/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gfxstream/guest/platform/meson.build b/src/gfxstream/guest/platform/meson.build index ba0f6d66c26..923145ccc7b 100644 --- a/src/gfxstream/guest/platform/meson.build +++ b/src/gfxstream/guest/platform/meson.build @@ -6,5 +6,4 @@ if with_guest_test subdir('kumquat') else subdir('linux') - subdir('stub') endif