mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
Remove :packages:react-native-codegen:android from top level settings (#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: https://github.com/facebook/react-native/pull/34579 Test Plan: Will rely on a green CI Reviewed By: cipolleschi Differential Revision: D39440292 Pulled By: cortinico fbshipit-source-id: 492722b1b697e0bf03cf2803b25fb9604cf0778a
This commit is contained in:
parent
767f8e0249
commit
406c9d097a
@ -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/")
|
||||
|
Loading…
Reference in New Issue
Block a user