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

fbshipit-source-id: 8609783ed0921a53a823658b9fd07a57651e91fe
  • Loading branch information
javache authored and facebook-github-bot committed Jan 10, 2025
1 parent b0466d8 commit f6f7de6
Show file tree
Hide file tree
Showing 34 changed files with 16 additions and 1,381 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 f6f7de6

Please sign in to comment.