Compare commits

...
Author SHA1 Message Date
Nicola CortiandGitHub 663275c020 Remove unused Gradle task packageReactNdkLibsForBuck 2025-02-18 14:54:43 +00:00
@@ -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