fixes for android-8 rebase of dalvik_standalone

detect bootclasspath jar path automatically from dalvik_standalone
This commit is contained in:
Julian Winkler
2023-05-20 12:26:19 +02:00
parent 55098136dc
commit 0baddd9fe8
7 changed files with 34 additions and 25 deletions

View File

@@ -249,7 +249,7 @@ hax_jar = jar('hax', [
declare_dependency(link_with: hax_arsc_parser_jar)
],
java_args: [
'-bootclasspath', join_paths(dir_base, 'jars/core-libart-hostdex_classes.jar'),
'-bootclasspath', bootclasspath,
'-source', '1.7', '-target', '1.7',
'-h', join_paths(dir_base, 'src/api-impl-jni/generated_headers')
])