Skip to content

Commit

Permalink
Merge pull request #84720 from m4gr3d/fix_missing_gdextension_so_files
Browse files Browse the repository at this point in the history
Remove Android specific abis from the export preset feature list
  • Loading branch information
akien-mga committed Nov 10, 2023
2 parents 848f93f + dce2686 commit 17a18fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/android/export/export_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,6 @@ void EditorExportPlatformAndroid::get_preset_features(const Ref<EditorExportPres
Vector<ABI> abis = get_enabled_abis(p_preset);
for (int i = 0; i < abis.size(); ++i) {
r_features->push_back(abis[i].arch);
r_features->push_back(abis[i].abi);
}
}

Expand Down

0 comments on commit 17a18fa

Please sign in to comment.