Merge "Fixed not mapping sdk_sandbox key to vendor key" into main
This commit is contained in:
commit
7cd5b313f6
1 changed files with 1 additions and 0 deletions
|
@ -1137,6 +1137,7 @@ def BuildKeyMap(misc_info, key_mapping_options):
|
|||
devkeydir + "/shared": d + "/shared",
|
||||
devkeydir + "/platform": d + "/platform",
|
||||
devkeydir + "/networkstack": d + "/networkstack",
|
||||
devkeydir + "/sdk_sandbox": d + "/sdk_sandbox",
|
||||
})
|
||||
else:
|
||||
OPTIONS.key_map[s] = d
|
||||
|
|
Loading…
Reference in a new issue