Merge "Remove APEX from merged target-files package" into main
This commit is contained in:
@@ -218,12 +218,12 @@ def PrepareApexDirectory(inp, dirmap):
|
|||||||
2. invoke apexd_host with vendor APEXes.
|
2. invoke apexd_host with vendor APEXes.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
apex_dir = os.path.join(inp, 'APEX')
|
apex_dir = common.MakeTempDir('APEX')
|
||||||
# checkvintf needs /apex dirmap
|
# checkvintf needs /apex dirmap
|
||||||
dirmap['/apex'] = apex_dir
|
dirmap['/apex'] = apex_dir
|
||||||
|
|
||||||
# Always create /apex directory for dirmap
|
# Always create /apex directory for dirmap
|
||||||
os.makedirs(apex_dir)
|
os.makedirs(apex_dir, exist_ok=True)
|
||||||
|
|
||||||
# Invoke apexd_host to activate vendor APEXes for checkvintf
|
# Invoke apexd_host to activate vendor APEXes for checkvintf
|
||||||
apex_host = os.path.join(OPTIONS.search_path, 'bin', 'apexd_host')
|
apex_host = os.path.join(OPTIONS.search_path, 'bin', 'apexd_host')
|
||||||
|
Reference in New Issue
Block a user