Fixed not mapping sdk_sandbox key to vendor key
Some apps are signed with default sdk_sandbox key. It results in failure of GtsPackageSignatureTest Bug: 318798881 Test: run gts -m GtsPackageSignatureTest Change-Id: I676f48eb2844866f4e61af60d78026a87303d15a
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user