Skip to content

Commit

Permalink
Fix empty AUTOLINKED_LIBRARIES (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Feb 22, 2024
1 parent 34a48c7 commit 793ca14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli-platform-android/native_modules.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ class ReactNativeModules {
if (it.cxxModuleCMakeListsModuleName != null) {
autolinkedLibraries += "\n${it.cxxModuleCMakeListsModuleName}"
}
autolinkedLibraries
}.minus(null).join('\n ')
}

Expand Down

0 comments on commit 793ca14

Please sign in to comment.