Merge "Implement abspath"
This commit is contained in:
@@ -403,7 +403,9 @@ def _soong_config_get(g, nsname, var):
|
|||||||
|
|
||||||
def _abspath(path):
|
def _abspath(path):
|
||||||
"""Provided for compatibility, to be removed later."""
|
"""Provided for compatibility, to be removed later."""
|
||||||
return path
|
if type(path) == "list":
|
||||||
|
path = " ".join(path)
|
||||||
|
return rblf_shell("realpath "+path)
|
||||||
|
|
||||||
|
|
||||||
def _addprefix(prefix, string_or_list):
|
def _addprefix(prefix, string_or_list):
|
||||||
|
Reference in New Issue
Block a user