From a715a00d7663ae2bafc31e61f679d1a1ad4c4430 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Wed, 1 Feb 2023 14:05:39 -0800 Subject: Clean up the XR export logic Remove the XR export logic from the legacy build system: - On Android, Godot 4 export requires the use of Android plugins which are not supported by the legacy build system - Provides added flexibility for configuring the Android manifest for XR specific capabilities. --- platform/android/java/app/AndroidManifest.xml | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'platform/android/java') diff --git a/platform/android/java/app/AndroidManifest.xml b/platform/android/java/app/AndroidManifest.xml index 1969f9c814..ce4a2ecfe4 100644 --- a/platform/android/java/app/AndroidManifest.xml +++ b/platform/android/java/app/AndroidManifest.xml @@ -31,23 +31,6 @@ android:name="org.godotengine.editor.version" android:value="${godotEditorVersion}" /> - - - - - - - - - - - - - - - - -- cgit v1.2.3