Skip to content

Instantly share code, notes, and snippets.

@likern
Last active March 18, 2022 15:55
Show Gist options
  • Save likern/78111dba5dc377a7284fd6c2dfeccbf8 to your computer and use it in GitHub Desktop.
Save likern/78111dba5dc377a7284fd6c2dfeccbf8 to your computer and use it in GitHub Desktop.
PickFirst
packagingOptions {
def arches = ["armeabi-v7a", "x86", "arm64-v8a", "x86_64"]
def libNames = ["libfbjni", "libreact_nativemodule_core", "libjsi", "libturbomodulejsijni"]
arches.collect { arch -> libNames.collect { lib -> pickFirst "lib/${arch}/${lib}.so" } }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment