Skip to content

Commit 404c657

Browse files
committed
[Android] build libcore.io.memory.jar using java 6 as source and target
1 parent df411d7 commit 404c657

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<target name="androidlibcore:build" depends="-android:init" description="Build the jar containin libcore.io.Memory class">
275275
<sequential>
276276
<javac srcdir="${dir.main.android.src}" destdir="${dir.main.android.libcore.build}" includeAntRuntime="false" debug="true"
277-
bootclasspath="${android.bootclasspath}">
277+
bootclasspath="${android.bootclasspath}" source="1.6" target="1.6">
278278
<include name="libcore/**/*.java"/>
279279
<compilerarg value="-Xlint:unchecked"/>
280280
<compilerarg value="-XDignore.symbol.file"/>
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)