From 1645b44851550989736b1ec93af46d5892ec56e1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 20 Jan 2023 05:36:22 +0100 Subject: Isolate SWT from core nativewindow; Android apk shall only include core nativewindow and the android specific jogl parts (make d8 'dex'ing' happy) --- make/build-common.xml | 6 ++++++ make/build-nativewindow.xml | 14 ++++++++++++-- make/build-test.xml | 2 -- make/build.xml | 4 +--- 4 files changed, 19 insertions(+), 7 deletions(-) (limited to 'make') diff --git a/make/build-common.xml b/make/build-common.xml index 422eb05af..78564d1ff 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -296,6 +296,7 @@ + @@ -305,6 +306,7 @@ + @@ -314,12 +316,16 @@ + + + + diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index 5b86a639c..e682bc68e 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -69,6 +69,9 @@ + + @@ -1055,6 +1058,13 @@ + + + + + + - + + excludes="${java.part.swt} ${java.part.awt} ${java.part.drm} ${java.part.x11} ${java.part.windows}"/> - @@ -246,7 +245,6 @@ - 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 @@ - + @@ -216,9 +216,7 @@ - - -- cgit v1.2.3