ANDROID: Prune default dependencies for kernel_build

* Files under gki/ directory are not direct inputs for the
  kernel_build, they are inputs to ABI related rules or for symbol lists
  but whenever used they are directly specified as inputs.

Bug: 401193617
Change-Id: I0b167986275272d6d434cfca1f8e1b22556cba6b
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
This commit is contained in:
Ulises Mendez Martinez
2025-03-07 13:35:38 +00:00
committed by Treehugger Robot
parent 036dda418d
commit 5b08d2d9e2
+3
View File
@@ -164,6 +164,9 @@ filegroup(
# cscope files
"cscope.*",
"ncscope.*",
# ABI and symbol list files
"gki/**",
],
),
visibility = ["//visibility:public"],