Skip to content

Commit cc28f28

Browse files
javachefacebook-github-bot
authored andcommitted
Drop dependency on native/fb (facebook#48568)
Summary: 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
1 parent d3582c4 commit cc28f28

21 files changed

+3
-1364
lines changed

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

-1
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)

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

-31
This file was deleted.

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

-39
This file was deleted.

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

-82
This file was deleted.

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

-31
This file was deleted.

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

-45
This file was deleted.

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

-18
This file was deleted.

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

-93
This file was deleted.

0 commit comments

Comments
 (0)