Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build failure due to duplicate libc++_shared.so (#27417)
Summary: This PR fixes build failure caused by duplicate libc++_shared.so, because dependencies (like Flipper) might include one in addition to RN. ## Changelog [Android] [Changed] - fix build failure due to duplicate libc++_shared.so Pull Request resolved: #27417 Test Plan: Create a project from master, then build and run. Build will fail without the patch, and succeed with the patch. Differential Revision: D18827583 Pulled By: mdvacca fbshipit-source-id: 1272cedd299278403f87215c36aaf58217eae3c5
- Loading branch information