aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-uninstall-all.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-04 02:49:07 +0200
committerSven Gothel <[email protected]>2011-10-04 02:49:07 +0200
commitd9c11aa31f5aae6e93715c0e732d76fd10375f18 (patch)
treede886e3fd34e569044408de248add9cfead723e2 /make/scripts/adb-uninstall-all.sh
parenta095b7da968533120306ff9ef019685b6698272c (diff)
adb scripts: pass through '$*' for device naming, ie '-s device00:5555' or '-s 390adf8383'tegra-graph-shader_dosplit_nodiscard-ok
Diffstat (limited to 'make/scripts/adb-uninstall-all.sh')
-rwxr-xr-xmake/scripts/adb-uninstall-all.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/adb-uninstall-all.sh b/make/scripts/adb-uninstall-all.sh
index db079fcf0..3e65e128c 100755
--- a/make/scripts/adb-uninstall-all.sh
+++ b/make/scripts/adb-uninstall-all.sh
@@ -1,4 +1,4 @@
-adb uninstall com.jogamp.common
-adb uninstall javax.media.opengl
-adb uninstall com.jogamp.android.launcher
-adb uninstall com.jogamp.opengl.test
+adb $* uninstall com.jogamp.common
+adb $* uninstall javax.media.opengl
+adb $* uninstall com.jogamp.android.launcher
+adb $* uninstall com.jogamp.opengl.test