Move //:config to implementation_deps to prevent header collision

This commit is contained in:
UebelAndre
2026-03-06 11:47:10 -08:00
parent 051dc4dc43
commit 4cb90917ee

View File

@@ -62,8 +62,10 @@ cc_library(
name = "snappy-stubs-internal",
srcs = ["snappy-stubs-internal.cc"],
hdrs = ["snappy-stubs-internal.h"],
deps = [
implementation_deps = [
":config",
],
deps = [
":snappy-stubs-public",
],
)
@@ -85,8 +87,10 @@ cc_library(
"-Wno-sign-compare",
],
}),
deps = [
implementation_deps = [
":config",
],
deps = [
":snappy-stubs-internal",
":snappy-stubs-public",
],