android/run-javac.sh: switch to Java 7

This commit is contained in:
Max Kellermann 2021-10-31 16:55:38 +01:00
parent 56ebc7637d
commit f1d5d70010
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ GENCLASS="$D/classes"
GENINCLUDE="$D/include"
mkdir -p "$GENSRC/$JAVA_PKG_PATH"
"$JAVAC" -source 1.6 -target 1.6 -Xlint:-options \
"$JAVAC" -source 1.7 -target 1.7 -Xlint:-options \
-cp "$CLASSPATH" \
-h "$GENINCLUDE" \
-d "$GENCLASS" \