From 2cd7161bbe6c19a14e6bbebc3b440b5227edad5a Mon Sep 17 00:00:00 2001 From: player-03 Date: Sun, 7 Nov 2021 11:21:19 -0500 Subject: [PATCH] Don't expect Android extensions to use ndlls I can't think of any practical reasons for an Android extension to compile an ndll. All of Android's system functions require Java, not C++, and you can get the speed of C++ just by writing Haxe code. I surveyed several Android extensions on lib.haxe.org, and not one of them used ndlls when targeting Android. --- templates/extension/include.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/extension/include.xml b/templates/extension/include.xml index b4cdf8c6f..2aea49b2a 100644 --- a/templates/extension/include.xml +++ b/templates/extension/include.xml @@ -1,11 +1,11 @@ - + - \ No newline at end of file +