Skip to content
Snippets Groups Projects
Unverified Commit 663275c0 authored by Nicola Corti's avatar Nicola Corti Committed by GitHub
Browse files

Remove unused Gradle task `packageReactNdkLibsForBuck`

parent b586f352
No related merge requests found
......@@ -473,16 +473,6 @@ fun enableWarningsAsErrors(): Boolean {
return value?.toString()?.toBoolean() ?: false
}
val packageReactNdkLibsForBuck by
tasks.registering(Copy::class) {
dependsOn("mergeDebugNativeLibs")
// Shared libraries (.so) are copied from the merged_native_libs folder instead
from("$buildDir/intermediates/merged_native_libs/debug/out/lib/")
exclude("**/libjsc.so")
exclude("**/libhermes.so")
into("src/main/jni/prebuilt/lib")
}
repositories {
// Normally RNGP will set repositories for all modules,
// but when consumed from source, we need to re-declare
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment