Fix OSS native Android build (#33167)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/33167

The build is failing with:

```
error: undefined reference to 'folly::SharedMutexImpl<false, void, std::__ndk1::atomic, folly::SharedMutexPolicyDefault>::unlock_shared()'
```

Indicating missing link to `folly_futures`.

Changelog: [Internal]

Reviewed By: cortinico, GijsWeterings

Differential Revision: D34419236

fbshipit-source-id: ca777e0c3a13c2f23791a94b13de18911c93edd5
This commit is contained in:
Andrei Shikov
2022-02-23 09:23:21 -08:00
committed by Facebook GitHub Bot
parent 22ac11a580
commit 78f6cdf2be
@@ -24,6 +24,7 @@ LOCAL_STATIC_LIBRARIES :=
LOCAL_SHARED_LIBRARIES := \
glog \
libfolly_json \
libfolly_futures \
libglog_init \
libjsi \
libreact_debug \