You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
fixes for android-8 rebase of dalvik_standalone
detect bootclasspath jar path automatically from dalvik_standalone
This commit is contained in:
@@ -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')
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user