Skip to content

Commit

Permalink
AndroidTarget: do not set executables_directory inside __init__
Browse files Browse the repository at this point in the history
This is already being resolved inside the base's __init__.
  • Loading branch information
setrofim committed Mar 4, 2016
1 parent 91f4f97 commit 6bda8cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devlib/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ def __init__(self,
modules=modules,
load_default_modules=load_default_modules,
shell_prompt=shell_prompt)
self.executables_directory = executables_directory
self.package_data_directory = package_data_directory

def reset(self, fastboot=False): # pylint: disable=arguments-differ
Expand Down

0 comments on commit 6bda8cb

Please sign in to comment.