Merge "Fixed not mapping sdk_sandbox key to vendor key" into main
This commit is contained in:
@@ -1137,6 +1137,7 @@ def BuildKeyMap(misc_info, key_mapping_options):
|
|||||||
devkeydir + "/shared": d + "/shared",
|
devkeydir + "/shared": d + "/shared",
|
||||||
devkeydir + "/platform": d + "/platform",
|
devkeydir + "/platform": d + "/platform",
|
||||||
devkeydir + "/networkstack": d + "/networkstack",
|
devkeydir + "/networkstack": d + "/networkstack",
|
||||||
|
devkeydir + "/sdk_sandbox": d + "/sdk_sandbox",
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
OPTIONS.key_map[s] = d
|
OPTIONS.key_map[s] = d
|
||||||
|
Reference in New Issue
Block a user