Skip to content

Commit 596111f

Browse files
cortinicofacebook-github-bot
authored andcommitted
Cleanup of ReactAndroid/build.gradle after AGP 7.3.x bump (#34747)
Summary: Pull Request resolved: #34747 Just a minor cleanup after the AGP bump. Changelog: [Internal] [Changed] - Cleanup of ReactAndroid/build.gradle after AGP 7.3.x bump Reviewed By: cipolleschi Differential Revision: D39687286 fbshipit-source-id: 441e449b51b25e4152cf1e7e7e22c7c9f1432d05
1 parent d9f93d3 commit 596111f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ReactAndroid/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -432,15 +432,6 @@ react {
432432
}
433433

434434
afterEvaluate {
435-
// Needed as some of the native sources needs to be downloaded
436-
// before configureNdkBuildDebug could be executed.
437-
reactNativeArchitectures().each { architecture ->
438-
tasks.findByName("configureCMakeDebug[${architecture}]")?.configure { dependsOn(preBuild) }
439-
tasks.findByName("configureCMakeRelWithDebInfo[${architecture}]")?.configure { dependsOn(preBuild) }
440-
}
441-
configureCMakeDebug.dependsOn(preBuild)
442-
configureCMakeRelWithDebInfo.dependsOn(preBuild)
443-
444435
publishing {
445436
publications {
446437
release(MavenPublication) {

0 commit comments

Comments
 (0)