Commit a01e66a
committed
Fix encoding issues in Android build
- Replaced non-ASCII arrow character in `AndroidScreenshotTask.java` with ASCII "->" to fix compilation error.
- Updated `Ports/Android/build.xml` to explicitly use `encoding="UTF-8"` for `javac` tasks.
- Updated `.ci/container/Dockerfile` to generate and enforce `en_US.UTF-8` locale in the build container.1 parent b7ffd86 commit a01e66a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments