Skip to content
Snippets Groups Projects
Commit fdf4d20b authored by Ulises Mendez Martinez's avatar Ulises Mendez Martinez Committed by Giuliano Procida
Browse files

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: default avatarUlises Mendez Martinez <umendez@google.com>
parent 4f49b666
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,9 @@ filegroup(
# cscope files
"cscope.*",
"ncscope.*",
# ABI and symbol list files
"gki/**",
],
),
visibility = ["//visibility:public"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment