-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Remove the enableSeparateBuildPerCPUArchitecture from the template entirely #36341
Conversation
This pull request was exported from Phabricator. Differential Revision: D43695574 |
Base commit: 32931b7 |
@cortinico this is going to break this. Should we remove it? |
You're so right! Thanks for spotting this. Let me revert the change to RN Tester only so we have that information as well. |
…tirely (facebook#36341) Summary: Pull Request resolved: facebook#36341 See react-native-community/discussions-and-proposals#602 for more context. TL;DR: this flag is used for an edge case. We should not expose it to every users but move it to a guide. I'll publish a guide on the website on how to achieve the same feature. Changelog: [Android] [Changed] - Remove the enableSeparateBuildPerCPUArchitecture from the template entirely Reviewed By: cipolleschi Differential Revision: D43695574 fbshipit-source-id: 0a8bc7a169804de41e0b0cf813d184301635b907
This pull request was exported from Phabricator. Differential Revision: D43695574 |
dc5d354
to
127dc69
Compare
This pull request has been merged in dadf74f. |
…tirely (facebook#36341) Summary: Pull Request resolved: facebook#36341 See react-native-community/discussions-and-proposals#602 for more context. TL;DR: this flag is used for an edge case. We should not expose it to every users but move it to a guide. I'll publish a guide on the website on how to achieve the same feature. Changelog: [Android] [Changed] - Remove the enableSeparateBuildPerCPUArchitecture from the template entirely Reviewed By: cipolleschi Differential Revision: D43695574 fbshipit-source-id: a4f2df755f1d7bd0319a8e418c4ce96b541009ed
@cortinico I've just run across this while upgrading an app to 0.72 and have a question you might know the answer to... Is
The code removed in this PR used to use it. The one reason I'm not sure if it's still needed is that there do seem to be references to it showing the repo: https://github.com/search?q=repo%3Afacebook%2Freact-native%20reactNativeArchitectures&type=code but they look very much like what was removed and may be redundant too? |
Do you mean the That property is used by the React Native Gradle Plugin to do ABI filtering when specified so we need to keep it |
Sorry, yes I did mean that file. Thanks for the confirmation it's still needed! |
Summary:
See react-native-community/discussions-and-proposals#602 for more context.
TL;DR: this flag is used for an edge case. We should not expose it to every users but move it to a guide.
I'll publish a guide on the website on how to achieve the same feature.
Changelog:
[Android] [Changed] - Remove the enableSeparateBuildPerCPUArchitecture from the template entirely
Reviewed By: cipolleschi
Differential Revision: D43695574