Browse Source

Merge pull request #4105 from akien-mga/pr-android-shutdown-adb

Expose android/shutdown_adb_on_exit parameter
Rémi Verschelde 9 years ago
parent
commit
a895e2e372
1 changed files with 1 additions and 0 deletions
  1. 1 0
      platform/android/export/export.cpp

+ 1 - 0
platform/android/export/export.cpp

@@ -1772,6 +1772,7 @@ void register_android_exporter() {
 	//EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING,"android/release_keystore",PROPERTY_HINT_GLOBAL_FILE,"*.keystore"));
 	EDITOR_DEF("android/timestamping_authority_url","");
 	EDITOR_DEF("android/use_remote_debug_over_adb",false);
+	EDITOR_DEF("android/shutdown_adb_on_exit",true);
 
 	Ref<EditorExportPlatformAndroid> exporter = Ref<EditorExportPlatformAndroid>( memnew(EditorExportPlatformAndroid) );
 	EditorImportExport::get_singleton()->add_export_platform(exporter);