mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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 \
|
||||
|
||||
Reference in New Issue
Block a user