-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[Android] Upgrade Folly to v2020.01.13.00 #27811
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
Conversation
For iOS CI build break, it looks like the CircleCI build accidentally use #27810's cache result. For Android, it should not be a problem. |
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.
@fkgozali has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Can you update the iOS version too? Or was it already upgraded? |
iOS upgrade is at #27810. |
We're landing both Android and iOS upgrades today. |
This pull request was successfully merged by @Kudo in 6e2131b. When will my fix make it into a release? | Upcoming Releases |
Thanks @fkgozali for landing these PRs so fast. ❤️ |
Summary: Upgrade Folly to v2020.01.13.00. Fixes facebook#27640 ## Changelog [Android] [Changed] - Upgrade Folly to v2020.01.13.00 Pull Request resolved: facebook#27811 Test Plan: Test by building and running RNTester: `./gradlew :RNTester:android:app:installJscDebug` `./gradlew :RNTester:android:app:installHermesDebug` And the native debug builds: `NATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installJscDebug` `NATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installHermesDebug` Reviewed By: mdvacca Differential Revision: D19474027 Pulled By: fkgozali fbshipit-source-id: 1c680dd80413b63aad66b587213de7499197177c
Summary
Upgrade Folly to v2020.01.13.00. Fixes #27640
Changelog
[Android] [Changed] - Upgrade Folly to v2020.01.13.00
Test Plan
Test by building and running RNTester:
./gradlew :RNTester:android:app:installJscDebug
./gradlew :RNTester:android:app:installHermesDebug
And the native debug builds:
NATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installJscDebug
NATIVE_BUILD_TYPE=Debug ./gradlew :RNTester:android:app:installHermesDebug