Skip to content

Commit

Permalink
utils/env: Reinstore old AndroidTarget working directory
Browse files Browse the repository at this point in the history
As mentionned in ARM-software/devlib#225,
using /sdcard causes some issues with the HiKey960. As we haven't
had any issues with using /data/local/tmp/ as a devlib working
directory, we now enforce the use of this directory.
  • Loading branch information
Valentin Schneider committed Dec 13, 2017
1 parent 443c992 commit 11dd7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/utils/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def _init_target(self, force = False):
self.target = devlib.AndroidTarget(
platform = platform,
connection_settings = self.__connection_settings,
working_directory = '/data/local/tmp/devlib-target',
load_default_modules = False,
modules = self.__modules)
elif platform_type.lower() == 'host':
Expand Down

0 comments on commit 11dd7bf

Please sign in to comment.