Skip to content

Commit f6f7de6

Browse files
javachefacebook-github-bot
authored andcommitted
Drop dependency on native/fb (facebook#48568)
Summary: Pull Request resolved: facebook#48568 We only need this dependency for internal builds, as we only rely on fbjni, which is its own open-source project. This code was forked for open-source and not synced in anyway, which is a potential liability. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D67796633 fbshipit-source-id: 8609783ed0921a53a823658b9fd07a57651e91fe
1 parent b0466d8 commit f6f7de6

File tree

34 files changed

+16
-1381
lines changed

34 files changed

+16
-1381
lines changed

packages/react-native/ReactAndroid/src/main/jni/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ add_react_common_subdir(react/timing)
122122

123123
# ReactAndroid JNI targets
124124
add_react_build_subdir(generated/source/codegen/jni)
125-
add_react_android_subdir(src/main/jni/first-party/fb)
126125
add_react_android_subdir(src/main/jni/first-party/fbgloginit)
127126
add_react_android_subdir(src/main/jni/first-party/yogajni)
128127
add_react_android_subdir(src/main/jni/first-party/jni-lib-merge)
@@ -230,7 +229,6 @@ target_link_libraries(reactnative
230229
PUBLIC
231230
android
232231
double-conversion
233-
fb
234232
fbjni
235233
folly_runtime
236234
glog

packages/react-native/ReactAndroid/src/main/jni/first-party/fb/CMakeLists.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/react-native/ReactAndroid/src/main/jni/first-party/fb/assert.cpp

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/react-native/ReactAndroid/src/main/jni/first-party/fb/include/fb/ALog.h

Lines changed: 0 additions & 82 deletions
This file was deleted.

packages/react-native/ReactAndroid/src/main/jni/first-party/fb/include/fb/Build.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/react-native/ReactAndroid/src/main/jni/first-party/fb/include/fb/Countable.h

Lines changed: 0 additions & 45 deletions
This file was deleted.

packages/react-native/ReactAndroid/src/main/jni/first-party/fb/include/fb/Doxyfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/react-native/ReactAndroid/src/main/jni/first-party/fb/include/fb/Environment.h

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)