diff options
author | Sven Gothel <[email protected]> | 2015-02-02 22:27:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-02 22:27:25 +0100 |
commit | b4083d7faa9d10d7d927e0268354a786d6013677 (patch) | |
tree | fee29ec39ba13d585f2c39535ca9d0a4814042bd /make/scripts/adb-uninstall-all.sh | |
parent | a9618639f47beafb7e1a87533cee6eb5f2f3ba8a (diff) |
Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commit 3b43a223253176731567c6d8b7a67c9a6110782b
Diffstat (limited to 'make/scripts/adb-uninstall-all.sh')
-rwxr-xr-x | make/scripts/adb-uninstall-all.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/adb-uninstall-all.sh b/make/scripts/adb-uninstall-all.sh index ba9d603bc..af40b5129 100755 --- a/make/scripts/adb-uninstall-all.sh +++ b/make/scripts/adb-uninstall-all.sh @@ -1,4 +1,5 @@ #adb $* uninstall jogamp.android.launcher #adb $* uninstall com.jogamp.common +adb $* uninstall javax.media.opengl adb $* uninstall com.jogamp.opengl adb $* uninstall com.jogamp.opengl.test |