remove remaining dependencies on ARSClib

This commit is contained in:
Julian Winkler
2024-05-22 23:38:54 +02:00
parent 64b3a505b6
commit 778d19f268
11 changed files with 225 additions and 223 deletions

View File

@@ -514,9 +514,6 @@ hax_jar = jar('hax', [
'javax/microedition/khronos/opengles/GL11ExtensionPack.java',
'org/apache/harmony/xnet/provider/jsse/SSLParametersImpl.java',
],
dependencies: [
declare_dependency(link_with: hax_arsc_lib_jar)
],
java_args: [
'-bootclasspath', bootclasspath,
'-source', '1.8', '-target', '1.8',