Merge "Fixed not mapping sdk_sandbox key to vendor key" into main

This commit is contained in:
Tim Tsai 2024-01-17 17:08:07 +00:00 committed by Gerrit Code Review
commit 7cd5b313f6

View file

@ -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