summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2019-02-05 18:42:15 +0100
committermvglasow <michael -at- vonglasow.com>2019-02-05 18:42:15 +0100
commit95467ce140ac53635650bddad1a2ca5e0bd7ce15 (patch)
treee8bc6fb0bcfb0808ecb9526cee7dc19626c068d3 /scripts
parent9566d4b8b78d539840675b4a5cffbd02c285140a (diff)
downloadnavit-95467ce140ac53635650bddad1a2ca5e0bd7ce15.tar.gz
Add:build:Remove deprecated build_android_arm.sh
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_android_arm.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/build_android_arm.sh b/scripts/build_android_arm.sh
deleted file mode 100755
index eaae87729..000000000
--- a/scripts/build_android_arm.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-# Build Navit for Android.
-#
-# This script is to be run from the root of the Navit source tree.
-#
-# It is intended for compatibility and will simply run build_android.sh.
-#
-# When writing or maintaining code, do not call this script but call build_android.sh directly, as this
-# script will eventually be removed.
-
-echo WARNING: This script is deprecated, use build_android.sh instead!
-
-./scripts/build_android.sh