Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wa2-lava$ git show b19bf7ab77d555e2c467950ce2a56a8b6324f4f5
- commit b19bf7ab77d555e2c467950ce2a56a8b6324f4f5
- Author: Naresh Kamboju <naresh.kamboju@linaro.org>
- Date: Fri Mar 18 14:33:13 2016 +0530
- 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>
- 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',
- )
- naresh@linaro:~/git-local/2016/wa2-lava$
Add Comment
Please, Sign In to add comment