aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-03-18 14:33:13 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-03-18 14:35:19 +0530
commitb19bf7ab77d555e2c467950ce2a56a8b6324f4f5 (patch)
treebfa5527e6670cadcba6c33665f05000db5936065
parent729a8c8fadaf33f8fcd93524f2a2ef7c002ff520 (diff)
wa: config: update working directory
On Android 6.x version working directory '/storage/sdcard0' is been replaced with '/data/local/tmp/wa-working' Change-Id: If5a5c0dfca34126d4a44ac723c32a8ff008fe6ed Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xtemplates/config-nexus5x.py2
-rwxr-xr-xtemplates/config-nexus9.py2
-rwxr-xr-xtemplates/config-tc2.py1
3 files changed, 3 insertions, 2 deletions
diff --git a/templates/config-nexus5x.py b/templates/config-nexus5x.py
index eacf2d4..5c26f61 100755
--- a/templates/config-nexus5x.py
+++ b/templates/config-nexus5x.py
@@ -24,5 +24,5 @@ logging = {
device_config = dict(
adb_name="$ipaddr",
binaries_directory='/data/local/tmp',
- working_directory='/storage/sdcard0',
+ working_directory='/data/local/tmp/wa-working',
)
diff --git a/templates/config-nexus9.py b/templates/config-nexus9.py
index eacf2d4..5c26f61 100755
--- a/templates/config-nexus9.py
+++ b/templates/config-nexus9.py
@@ -24,5 +24,5 @@ logging = {
device_config = dict(
adb_name="$ipaddr",
binaries_directory='/data/local/tmp',
- working_directory='/storage/sdcard0',
+ working_directory='/data/local/tmp/wa-working',
)
diff --git a/templates/config-tc2.py b/templates/config-tc2.py
index 1d5721f..48700f8 100755
--- a/templates/config-tc2.py
+++ b/templates/config-tc2.py
@@ -23,4 +23,5 @@ logging = {
device_config = dict(
adb_name="$ipaddr",
+ working_directory='/data/local/tmp/wa-working',
)