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
api-impl/meson.build: tell Java compiler to use UTF-8 encoding
This commit is contained in:
@@ -518,5 +518,6 @@ hax_jar = jar('hax', [
|
|||||||
java_args: [
|
java_args: [
|
||||||
'-bootclasspath', bootclasspath,
|
'-bootclasspath', bootclasspath,
|
||||||
'-source', '1.8', '-target', '1.8',
|
'-source', '1.8', '-target', '1.8',
|
||||||
|
'-encoding', 'UTF-8',
|
||||||
'-h', join_paths(dir_base, 'src/api-impl-jni/generated_headers')
|
'-h', join_paths(dir_base, 'src/api-impl-jni/generated_headers')
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user