Skip to content

Commit 8f4e28a

Browse files
committed
Replace shaders glob with explicit file list
Bug: b/533517706
1 parent ed0dd19 commit 8f4e28a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • base/cvd/cuttlefish/host/graphics_detector/shaders

base/cvd/cuttlefish/host/graphics_detector/shaders/BUILD.bazel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ cf_cc_binary(
1212
cf_cc_library(
1313
name = "graphics_detector_shaders",
1414
clang_format_enabled = False,
15-
textual_hdrs = glob(["*.inl"]),
15+
textual_hdrs = [
16+
"blit_texture.frag.inl",
17+
"blit_texture.vert.inl",
18+
"blit_texture_highp.frag.inl",
19+
"blit_texture_lowp.frag.inl",
20+
"blit_texture_mediump.frag.inl",
21+
],
1622
)

0 commit comments

Comments
 (0)