meson.build: don't build test_runner.jar by default

This commit is contained in:
Julian Winkler
2024-12-12 22:59:42 +01:00
parent c4d20b828e
commit a1c29c012e
2 changed files with 2 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ test_runner_jar = jar('test_runner', [
'dalvik/annotation/BrokenTest.java',
'dalvik/annotation/SideEffect.java',
],
build_by_default: false,
link_with: [hax_jar],
java_args: [
'-bootclasspath', bootclasspath,