Skip to content

Commit

Permalink
Default java to utf8 for source files
Browse files Browse the repository at this point in the history
  • Loading branch information
kfprimm committed Mar 25, 2023
1 parent 6a5541c commit bf5ef84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV ANDROID_HOME /opt/android-sdk
ENV PATH ${PATH}:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools:${PATH}:${ANDROID_HOME}/tools
ENV ANDROID_NDK $ANDROID_HOME/ndk-bundle
ENV ANDROID_NDK_HOME $ANDROID_NDK
ENV JAVA_TOOL_OPTIONS -Dfile.encoding=UTF8

RUN mkdir -p /opt/android-sdk && mkdir -p ~/.android && touch ~/.android/repositories.cfg

Expand Down

0 comments on commit bf5ef84

Please sign in to comment.