mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-22 04:25:01 +00:00
Manually set javac encoding in build_without_gradle.sh
This fixes javac call for Windows.
This commit is contained in:
parent
042af5ca49
commit
ed37ff8edf
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ cd ../java
|
|||
classpath="$CLASSES_DIR"
|
||||
classpath="$classpath:$ROOT_PROJECT_DIR/thirdparty/androidx/annotation/1.3.0/annotation-1.3.0.jar"
|
||||
javac -bootclasspath "$ANDROID_JAR" -cp "$classpath" -d "$CLASSES_DIR" \
|
||||
-encoding UTF-8 \
|
||||
-source 1.8 -target 1.8 \
|
||||
android/system/*.java \
|
||||
$ROOT_PROJECT_DIR/libcore/src/main/java/libcore/io/*.java \
|
||||
|
|
Loading…
Add table
Reference in a new issue