mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 17:34:07 +08:00
add jsc pickFirst packagingOptions (#24535)
Summary: Fixes the following build failures on Android Studio (happening when using the 0.60 template):   cc dulmandakh [Android] [Fixed] - Fixed a `more than one file was found... lib/x86/libjsc.so` build failure with the template Pull Request resolved: https://github.com/facebook/react-native/pull/24535 Differential Revision: D15044695 Pulled By: cpojer fbshipit-source-id: b714f828e6d80d414339fa77e1805a43392aabba
This commit is contained in:
committed by
Facebook Github Bot
parent
e106112202
commit
7ac1d186e4
@@ -167,6 +167,8 @@ android {
|
||||
pickFirst '**/x86/libc++_shared.so'
|
||||
pickFirst '**/arm64-v8a/libc++_shared.so'
|
||||
pickFirst '**/x86_64/libc++_shared.so'
|
||||
pickFirst '**/x86/libjsc.so'
|
||||
pickFirst '**/armeabi-v7a/libjsc.so'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user