Merge pull request #229 from UebelAndre/config
Move `//:config` to `implementation_deps` to prevent header collision
This commit is contained in:
@@ -62,8 +62,10 @@ cc_library(
|
|||||||
name = "snappy-stubs-internal",
|
name = "snappy-stubs-internal",
|
||||||
srcs = ["snappy-stubs-internal.cc"],
|
srcs = ["snappy-stubs-internal.cc"],
|
||||||
hdrs = ["snappy-stubs-internal.h"],
|
hdrs = ["snappy-stubs-internal.h"],
|
||||||
deps = [
|
implementation_deps = [
|
||||||
":config",
|
":config",
|
||||||
|
],
|
||||||
|
deps = [
|
||||||
":snappy-stubs-public",
|
":snappy-stubs-public",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -85,8 +87,10 @@ cc_library(
|
|||||||
"-Wno-sign-compare",
|
"-Wno-sign-compare",
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
deps = [
|
implementation_deps = [
|
||||||
":config",
|
":config",
|
||||||
|
],
|
||||||
|
deps = [
|
||||||
":snappy-stubs-internal",
|
":snappy-stubs-internal",
|
||||||
":snappy-stubs-public",
|
":snappy-stubs-public",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user