godot/platform/android/export
Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension
Non-exhaustive list of case-sensitive renames:

GDExtension -> GDNative
GDNATIVE -> GDEXTENSION
gdextension -> gdnative
ExtensionExtension ->Extension (for where there was GDNativeExtension)
EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION)
gdnlib -> gdextension
gdn_interface -> gde_interface
gdni -> gde_interface
2022-12-12 11:04:57 +01:00
..
export.cpp Disable menus and functionality that are not relevant on the Android Editor port 2022-09-13 20:48:33 -07:00
export.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
export_plugin.cpp Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
export_plugin.h [Android] Fix GDExtension export and loading. 2022-11-08 09:42:16 +02:00
godot_plugin_config.cpp Rename String `plus_file` to `path_join` 2022-08-29 19:38:13 -05:00
godot_plugin_config.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
gradle_export_util.cpp Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
gradle_export_util.h Split up editor export code into multiple files 2022-07-26 08:28:19 -05:00