File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ if (isNewArchitectureEnabled()) {
105
105
}
106
106
107
107
108
- tasks. whenTaskAdded { task ->
109
- if (task. name. contains(" configureCMakeDebug" )) {
110
- rootProject. getTasksByName(" packageReactNdkDebugLibs" , true ). forEach {
111
- task. dependsOn(it)
112
- }
113
- }
114
- // We want to add a dependency for both configureCMakeRelease and configureCMakeRelWithDebInfo
115
- if (task. name. contains(" configureCMakeRel" )) {
116
- rootProject. getTasksByName(" packageReactNdkReleaseLibs" , true ). forEach {
117
- task. dependsOn(it)
118
- }
119
- }
120
- }
108
+ // tasks.whenTaskAdded { task ->
109
+ // if (task.name.contains("configureCMakeDebug")) {
110
+ // rootProject.getTasksByName("packageReactNdkDebugLibs", true).forEach {
111
+ // task.dependsOn(it)
112
+ // }
113
+ // }
114
+ // // We want to add a dependency for both configureCMakeRelease and configureCMakeRelWithDebInfo
115
+ // if (task.name.contains("configureCMakeRel")) {
116
+ // rootProject.getTasksByName("packageReactNdkReleaseLibs", true).forEach {
117
+ // task.dependsOn(it)
118
+ // }
119
+ // }
120
+ // }
You can’t perform that action at this time.
0 commit comments