Skip to content

Commit 65b5a5b

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
make glog android only include + declare the dependency on glog (#53224)
Summary: Pull Request resolved: #53224 changelog: [internal] glog is only used on Android. Reviewed By: christophpurrer Differential Revision: D80085730 fbshipit-source-id: 0dbec7929551f7c16719846c1868b0509b1d519a
1 parent 27217e8 commit 65b5a5b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-native/ReactCxxPlatform/react/threading/TaskDispatchThread.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
#include <future>
1414
#include <utility>
1515

16-
#include <glog/logging.h>
17-
1816
#ifdef ANDROID
1917
#include <fbjni/fbjni.h>
18+
#include <glog/logging.h>
2019
#include <sys/syscall.h>
2120
#endif
2221

0 commit comments

Comments
 (0)