summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-09-14 17:29:59 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-09-14 17:29:59 -0400
commit571de2af2d0688a420115d4cd9e2e1ed8775ee33 (patch)
tree916e6d1034f019580168bf23b98402c3f4ef602d
parenta74a6eafdd56e7c85b1f1c5f8cde7a677b1f26cd (diff)
downloadthemesite-571de2af2d0688a420115d4cd9e2e1ed8775ee33.tar.gz
themesite-571de2af2d0688a420115d4cd9e2e1ed8775ee33.zip
Don't hardcode the android NDK path
-rwxr-xr-xprivate/checkwps/current/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/private/checkwps/current/update.sh b/private/checkwps/current/update.sh
index 904aa0d..abb3619 100755
--- a/private/checkwps/current/update.sh
+++ b/private/checkwps/current/update.sh
@@ -1,7 +1,7 @@
#!/bin/sh
rockbox_dir="$HOME/rockbox_git_clone"
-export ANDROID_NDK_PATH="/home/rbbuild/x-tools/android-ndk-r10e"
+#export ANDROID_NDK_PATH="/home/rbbuild/x-tools/android-ndk-r10e"
cd `dirname "$0"`
target=`pwd`