Skip to content

Commit

Permalink
Make glog exported depencency of debug module
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Apr 13, 2021
1 parent 8d5c22e commit 71b5178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ReactCommon/react/debug/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ rn_xplat_cxx_library(
tests = [],
visibility = ["PUBLIC"],
deps = [
"//third-party/glog:glog",
"//xplat/fbsystrace:fbsystrace",
"//xplat/folly:headers_only",
"//xplat/folly:memory",
"//xplat/folly:molly",
],
exported_deps = [
"//third-party/glog:glog",
],
)

0 comments on commit 71b5178

Please sign in to comment.