diff options
author | Sven Gothel <[email protected]> | 2023-01-20 05:36:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-20 05:36:22 +0100 |
commit | 1645b44851550989736b1ec93af46d5892ec56e1 (patch) | |
tree | 510b479c4cd63f4438d18a9aefdf0ae3e8a62edf /make/build.xml | |
parent | 05f26f2638c2ac1cc8eab7a8b1c951020df03dd8 (diff) |
Isolate SWT from core nativewindow; Android apk shall only include core nativewindow and the android specific jogl parts (make d8 'dex'ing' happy)
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml index 8991b4208..70414f903 100644 --- a/make/build.xml +++ b/make/build.xml @@ -138,7 +138,7 @@ <jar manifest="${build}/manifest-all.mf" destfile="${jogl-all-android.jar}" filesonly="true" excludes="META-INF/*"> <archives> <zips> - <path refid="nativewindow_core_atoms.classpath"/> + <path refid="nativewindow_android_atoms.classpath"/> <path refid="jogl_all-android_atoms.classpath"/> <path refid="newt_all-android_atoms.classpath"/> </zips> @@ -216,9 +216,7 @@ <d8-classpaths> <arg line="--classpath ${gluegen-rt-android.jar}"/> <arg line="--classpath ${joal.jar}"/> - <arg line="--classpath ${jogl-all.jar}"/> <arg line="--classpath ${jogl-all-android.jar}"/> - <arg line="--classpath ${swt.jar}"/> <arg line="--classpath ${project.root}/make/lib/openjfx/11/javafx-base-11.jar"/> <arg line="--classpath ${project.root}/make/lib/openjfx/11/javafx-graphics-11.jar"/> </d8-classpaths> |