Commit 9f8ca74
Stewart Miles
Fixed exception in VH when a manifest has no aliases.
In cases where a manifest has no aliases the aliases set lookup
in FindAndReadManifestsByPackageName() would throw an exception.
This fixes the issue by adding an empty set of aliases for manifests
with no aliases.
Change-Id: I5c459bb092666088c3eedb33155bf06df75b62851 parent 43082b7 commit 9f8ca74
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1383 | 1383 | | |
1384 | 1384 | | |
1385 | 1385 | | |
1386 | | - | |
| 1386 | + | |
1387 | 1387 | | |
1388 | 1388 | | |
1389 | 1389 | | |
| |||
1429 | 1429 | | |
1430 | 1430 | | |
1431 | 1431 | | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
1432 | 1436 | | |
1433 | 1437 | | |
1434 | 1438 | | |
| |||
0 commit comments