aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-02-09 17:32:33 +0800
committerChase Qi <chase.qi@linaro.org>2015-02-09 17:32:33 +0800
commitda944fa8a64a7481cee5b1118f51dd3db3344c39 (patch)
tree789abd8e5d82eff35eb44ccf92a4bf2d6f3688f9 /android
parentc23b0fac4233b3d2f52dcdff444d62ed2a4e15cd (diff)
android: gtest debug
Diffstat (limited to 'android')
-rwxr-xr-xandroid/scripts/gtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/scripts/gtest.sh b/android/scripts/gtest.sh
index c50fd9b..7014fcd 100755
--- a/android/scripts/gtest.sh
+++ b/android/scripts/gtest.sh
@@ -28,6 +28,7 @@ FilesDIR="/data/data/org.linaro.gparser/files"
# Download and install gparser.apk
wget http://testdata.validation.linaro.org/tools/gparser.apk
+getenforce
setenforce 0
chmod -R 777 $ScriptDIR
pm install "$ScriptDIR/gparser.apk"