From e018064a70c53cd1c7b61861c43a869661e77ed2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 24 Feb 2012 04:46:03 +0100 Subject: fix targetcommand.sh name on target ; Use GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv7.xml make.jogl.all.linux-armv7-cross.sh: Use GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv7.xml --- make/build-test.xml | 18 +++++++++--------- make/scripts/make.jogl.all.linux-armv7-cross.sh | 12 ++++-------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/make/build-test.xml b/make/build-test.xml index deb9109a5..642f9a08c 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -525,7 +525,7 @@ @@ -576,8 +576,8 @@ ${line.separator} @@ -587,9 +587,9 @@ ${line.separator} @@ -638,9 +638,9 @@ ${line.separator} + adb push ${build_t}/targetcommand.sh ${env.TARGET_ROOT}/jogl-targetcommand.sh ; + adb shell ${env.TARGET_ROOT}/jogl-targetcommand.sh ; + adb pull ${env.TARGET_ROOT}/jogl/make/${results}/ ${results}/ "'/> diff --git a/make/scripts/make.jogl.all.linux-armv7-cross.sh b/make/scripts/make.jogl.all.linux-armv7-cross.sh index 20421a099..daf98af7f 100755 --- a/make/scripts/make.jogl.all.linux-armv7-cross.sh +++ b/make/scripts/make.jogl.all.linux-armv7-cross.sh @@ -29,16 +29,12 @@ export TARGET_ANT_HOME=/usr/share/ant export TARGET_PLATFORM_LIBS=/opt-linux-armv7-eabi/lib export TARGET_JAVA_LIBS=/opt-linux-armv7-eabi/jre/lib/arm +export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv7.xml" + +export JUNIT_RUN_ARG0="-Dnewt.test.Screen.disableScreenMode" + ant \ -Drootrel.build=build-linux-armv7 \ - -Dgluegen.cpptasks.detected.os=true \ - -DisUnix=true \ - -DisLinux=true \ - -DisLinuxARMv7=true \ - -DisX11=true \ - -DjvmDataModel.arg="-Djnlp.no.jvm.data.model.set=true" \ - -Djunit.run.arg0="-Dnewt.test.Screen.disableScreenMode" \ - -DisCrosscompilation=true \ \ -Dsetup.addNativeKD=true \ -Dsetup.addNativeOpenMAX=true \ -- cgit v1.2.3