Merge pull request #1496 from player-03/android-ndll

Don't expect Android extensions to use ndlls
This commit is contained in:
player-03
2022-06-06 01:02:49 -04:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<project> <project>
<ndll name="::extensionLowerCase::" /> <ndll name="::extensionLowerCase::" unless="android" />
<!-- Use the following for an Android Java extension, not needed otherwise --> <!-- Use the following for an Android Java extension, not needed otherwise -->