aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-01-12 15:43:49 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-01-12 17:47:00 +0530
commit0a04ce624e259164a7c16335372a734eb15bf454 (patch)
treefb2f6d0da5bd4b2f2080b7ab8da0aee5cc630143
parentc1a355467b411a7ab64823c43ecc58e7b566c65d (diff)
wa: juno: config: update working directory
On Android 6.x version working directory '/storage/sdcard0' is been replaced with '/data/local/tmp/wa-working' Change-Id: Iec53497cfe5e5b6d38dad336405c35f44af9d032 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xtemplates/config-juno.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/config-juno.py b/templates/config-juno.py
index 3930cc4..4aa1e7a 100755
--- a/templates/config-juno.py
+++ b/templates/config-juno.py
@@ -23,4 +23,5 @@ logging = {
device_config = dict(
adb_name="$ipaddr",
+ working_directory='/data/local/tmp/wa-working',
)