Cleanup Android C++ code
This commit is contained in:
parent
a837accc5d
commit
2afef001e7
33 changed files with 181 additions and 238 deletions
|
|
@ -36,11 +36,6 @@
|
|||
#include "editor/editor_settings.h"
|
||||
|
||||
void register_android_exporter() {
|
||||
String exe_ext;
|
||||
if (OS::get_singleton()->get_name() == "Windows") {
|
||||
exe_ext = "*.exe";
|
||||
}
|
||||
|
||||
EDITOR_DEF("export/android/android_sdk_path", "");
|
||||
EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING, "export/android/android_sdk_path", PROPERTY_HINT_GLOBAL_DIR));
|
||||
EDITOR_DEF("export/android/debug_keystore", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue