diff --git a/BUILD.bazel b/BUILD.bazel index 67bc92832750..c32ce7b8e4fb 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -169,6 +169,9 @@ filegroup( # cscope files "cscope.*", "ncscope.*", + + # ABI and symbol list files + "gki/**", ], ), visibility = ["//visibility:public"],