-
Notifications
You must be signed in to change notification settings - Fork 25k
Migrate jsc-android to mavenCentral #47972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,7 +43,9 @@ endfunction() | |
| # Third-party prefabs | ||
| find_package(hermes-engine REQUIRED CONFIG) | ||
| find_package(fbjni REQUIRED CONFIG) | ||
| find_package(jsc-android REQUIRED CONFIG) | ||
| add_library(fbjni ALIAS fbjni::fbjni) | ||
| add_library(jsc ALIAS jsc-android::jsc) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that's great. The only thing for us to remember is that we'll have to bump/publish a new version of the JSC library whenever we bump the NDK |
||
|
|
||
| # Third-party downloaded targets | ||
| add_react_third_party_ndk_subdir(glog) | ||
|
|
@@ -52,7 +54,6 @@ add_react_third_party_ndk_subdir(double-conversion) | |
| add_react_third_party_ndk_subdir(fast_float) | ||
| add_react_third_party_ndk_subdir(fmt) | ||
| add_react_third_party_ndk_subdir(folly) | ||
| add_react_third_party_ndk_subdir(jsc) | ||
| add_react_third_party_ndk_subdir(googletest) | ||
|
|
||
| # Common targets | ||
|
|
||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: Do we still need a JSC flavor? Can we just have a single string/flavor for it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to keep it as backward compatible for a while. in the future we can remove this entirely
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a heads up: this requires a PR against https://github.com/react-native-community/template