diff options
author | Sven Gothel <[email protected]> | 2012-03-10 03:32:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-10 03:32:53 +0100 |
commit | cb343deee37687519103112f637a3dc60d0d97c2 (patch) | |
tree | 85ef81aa86f95b62630a1ae6e0582b0601a024a7 /make | |
parent | 24f8694a188b4a5255d4ac4f8b49982bd8ad3228 (diff) |
android remote test script: panda02 is my default test machine
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv7-cross.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh index 39f0ce4..321d6a3 100755 --- a/make/scripts/make.gluegen.all.android-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh @@ -8,9 +8,9 @@ export HOST_IP=10.1.0.122 export HOST_RSYNC_ROOT=PROJECTS/JOGL export TARGET_UID=jogamp -#export TARGET_IP=panda02 +export TARGET_IP=panda02 #export TARGET_IP=jautab03 -export TARGET_IP=jauphone04 +#export TARGET_IP=jauphone04 export TARGET_ADB_PORT=5555 # needs executable bit (probably su) export TARGET_ROOT=/data/projects |