diff options
author | Sven Gothel <[email protected]> | 2015-02-02 22:12:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-02 22:12:22 +0100 |
commit | 77b70f92df3a7151126a5e4ad1be0b5deef3477a (patch) | |
tree | 4c6881cd48ebc565ce4efbabbd57b789619ce5af /make/scripts/adb-reinstall-all-arm64-v8a.sh | |
parent | 232aee061552a4091fce7368ea8bc9bba8e404ff (diff) |
Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commit 3b43a223253176731567c6d8b7a67c9a6110782b
Diffstat (limited to 'make/scripts/adb-reinstall-all-arm64-v8a.sh')
-rwxr-xr-x | make/scripts/adb-reinstall-all-arm64-v8a.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/make/scripts/adb-reinstall-all-arm64-v8a.sh b/make/scripts/adb-reinstall-all-arm64-v8a.sh deleted file mode 100755 index 2627cc8..0000000 --- a/make/scripts/adb-reinstall-all-arm64-v8a.sh +++ /dev/null @@ -1,5 +0,0 @@ -sdir=`dirname $0` - -$sdir/adb-uninstall-all.sh $* -$sdir/adb-install-all-arm64-v8a.sh $* - |