Skip to content

Commit afc775c

Browse files
chore: make it work on expo
1 parent 440aa63 commit afc775c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

android/build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ if (isNewArchitectureEnabled()) {
105105
}
106106

107107

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+
// }

0 commit comments

Comments
 (0)