common: fix absolute path runs

--gdb: allow running from arbitrary directory
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 0e84c413e4
commit 73db3a4952
2 changed files with 2 additions and 2 deletions

View File

@@ -1242,7 +1242,7 @@ lunch aosp_{}-eng
out += executable_ext
return out
else:
return in_path_abs
return in_path
def resolve_targets(self, source_dir, targets):
if not targets: