Skip to content

Commit 793ca14

Browse files
authored
Fix empty AUTOLINKED_LIBRARIES (#2306)
1 parent 34a48c7 commit 793ca14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-platform-android/native_modules.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ class ReactNativeModules {
298298
if (it.cxxModuleCMakeListsModuleName != null) {
299299
autolinkedLibraries += "\n${it.cxxModuleCMakeListsModuleName}"
300300
}
301+
autolinkedLibraries
301302
}.minus(null).join('\n ')
302303
}
303304

0 commit comments

Comments
 (0)