There was an error while loading. Please reload this page.
1 parent df411d7 commit 404c657Copy full SHA for 404c657
build.xml
@@ -274,7 +274,7 @@
274
<target name="androidlibcore:build" depends="-android:init" description="Build the jar containin libcore.io.Memory class">
275
<sequential>
276
<javac srcdir="${dir.main.android.src}" destdir="${dir.main.android.libcore.build}" includeAntRuntime="false" debug="true"
277
- bootclasspath="${android.bootclasspath}">
+ bootclasspath="${android.bootclasspath}" source="1.6" target="1.6">
278
<include name="libcore/**/*.java"/>
279
<compilerarg value="-Xlint:unchecked"/>
280
<compilerarg value="-XDignore.symbol.file"/>
main/lib/android/libcore.io.memory.jar
1 Byte
0 commit comments