mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused Gradle task packageReactNdkLibsForBuck (#49493)
Summary: This task is unused, so we can safely remove it here. ## Changelog: [INTERNAL] - Remove unused Gradle task `packageReactNdkLibsForBuck` Pull Request resolved: https://github.com/facebook/react-native/pull/49493 Test Plan: N/A Reviewed By: cipolleschi Differential Revision: D69781945 Pulled By: cortinico fbshipit-source-id: cd6487faf1d169f44590a26c18a9f35eef803617
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ce84922236
commit
db679f7a20
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user