Skip to content

Commit

Permalink
Remove :packages:react-native-codegen:android from top level settings (
Browse files Browse the repository at this point in the history
…#34579)

Summary:
The folder `/packages/react-native-codegen/android` is not existing anymore, I'm removing it.

## Changelog

[Internal] - Remove :packages:react-native-codegen:android from top level settings

Pull Request resolved: #34579

Test Plan: Will rely on a green CI

Reviewed By: cipolleschi

Differential Revision: D39440292

Pulled By: cortinico

fbshipit-source-id: 492722b1b697e0bf03cf2803b25fb9604cf0778a
  • Loading branch information
cortinico authored and facebook-github-bot committed Sep 13, 2022
1 parent 767f8e0 commit 406c9d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ pluginManagement {
}
}

include(
":ReactAndroid",
":ReactAndroid:hermes-engine",
":packages:react-native-codegen:android",
":packages:rn-tester:android:app")
include(":ReactAndroid", ":ReactAndroid:hermes-engine", ":packages:rn-tester:android:app")

// Include this to enable codegen Gradle plugin.
includeBuild("packages/react-native-gradle-plugin/")
Expand Down

0 comments on commit 406c9d0

Please sign in to comment.