summaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-reinstall-all-arm64-v8a.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-01-30 21:30:51 +0100
committerSven Gothel <[email protected]>2015-01-30 21:30:51 +0100
commit9137288e44671262a9fc52e0a8ee7e409208e549 (patch)
treefabe58e89b56bb37ff34d00e4dd538a914b1f1ee /make/scripts/adb-reinstall-all-arm64-v8a.sh
parentffbd1f706ee68de0574c33601e393a5753bfabfb (diff)
Bug 1124 - Refine AArch64 Linux in ant build recipe, add Android AArch64 build/install scripts
Diffstat (limited to 'make/scripts/adb-reinstall-all-arm64-v8a.sh')
-rwxr-xr-xmake/scripts/adb-reinstall-all-arm64-v8a.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/scripts/adb-reinstall-all-arm64-v8a.sh b/make/scripts/adb-reinstall-all-arm64-v8a.sh
new file mode 100755
index 000000000..2627cc83f
--- /dev/null
+++ b/make/scripts/adb-reinstall-all-arm64-v8a.sh
@@ -0,0 +1,5 @@
+sdir=`dirname $0`
+
+$sdir/adb-uninstall-all.sh $*
+$sdir/adb-install-all-arm64-v8a.sh $*
+