Skip to content

Commit

Permalink
Drop dependency on native/fb (#48568)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
javache authored and facebook-github-bot committed Jan 10, 2025
1 parent d767192 commit cd3cb56
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 1,378 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ add_react_common_subdir(react/timing)

# ReactAndroid JNI targets
add_react_build_subdir(generated/source/codegen/jni)
add_react_android_subdir(src/main/jni/first-party/fb)
add_react_android_subdir(src/main/jni/first-party/fbgloginit)
add_react_android_subdir(src/main/jni/first-party/yogajni)
add_react_android_subdir(src/main/jni/first-party/jni-lib-merge)
Expand Down Expand Up @@ -230,7 +229,6 @@ target_link_libraries(reactnative
PUBLIC
android
double-conversion
fb
fbjni
folly_runtime
glog
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit cd3cb56

Please sign in to comment.