mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
android: ensure that gradle can handle UTF8 files
This should be the case automatically, but appears to fail when run as part of the GitHub Action. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
706f44a13c
commit
e3d4b91070
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ source $SUBSURFACE_SOURCE/packaging/android/variables.sh
|
||||||
# directory hierarchy as the SDK and NDK
|
# directory hierarchy as the SDK and NDK
|
||||||
export ANDROID_NDK_ROOT="$SUBSURFACE_SOURCE/../$ANDROID_NDK"
|
export ANDROID_NDK_ROOT="$SUBSURFACE_SOURCE/../$ANDROID_NDK"
|
||||||
export ANDROID_SDK_ROOT="$SUBSURFACE_SOURCE/.."
|
export ANDROID_SDK_ROOT="$SUBSURFACE_SOURCE/.."
|
||||||
|
export JAVA_OPTS="-Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8"
|
||||||
|
|
||||||
QUICK=""
|
QUICK=""
|
||||||
ARCHITECTURES=""
|
ARCHITECTURES=""
|
||||||
|
|
Loading…
Reference in a new issue