Skip to content

Commit 71b5178

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
Make glog exported depencency of debug module
Summary: Changelog: [internal] `glog` needs to be exported dependency because it is used in public headers. Reviewed By: mdvacca Differential Revision: D27617632 fbshipit-source-id: 91aa27b641286002a80a8cd5ef2e6fe6c266b452
1 parent 8d5c22e commit 71b5178

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • ReactCommon/react/debug

ReactCommon/react/debug/BUCK

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ rn_xplat_cxx_library(
5858
tests = [],
5959
visibility = ["PUBLIC"],
6060
deps = [
61-
"//third-party/glog:glog",
6261
"//xplat/fbsystrace:fbsystrace",
6362
"//xplat/folly:headers_only",
6463
"//xplat/folly:memory",
6564
"//xplat/folly:molly",
6665
],
66+
exported_deps = [
67+
"//third-party/glog:glog",
68+
],
6769
)

0 commit comments

Comments
 (0)