Skip to content

Commit d8679c0

Browse files
Aidan Woltercopybara-github
authored andcommitted
[roll] Roll fuchsia [assembly] Product configs key packages by their name
The product configs now use BTreeMap<String, ProductPackageDetails> instead of Vec<ProductPackageDetails>, so that the package name is available to various tools. Build systems don't generally know the package names, therefore they cannot construct this map. Build systems can emit a Vec, and the deserialization will convert that to a map with the names equating to the index in the vector. assembly_generate_config will convert those indexes to proper package names. Any product config that is generated by assembly_generate_config will then have the proper package names. For now, we will continue supporting product configs with the old format. Original-Bug: 391673787 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1193117 Original-Revision: 829b93719daf85ec8f844a8a4e7e2c53d1a7ffb1 GitOrigin-RevId: a33ffd9adea047d9ada841b293f43313d76bf694 Change-Id: Idad36c478a08a28e2f568e72bca3788ce1f0a438
1 parent 9ca7553 commit d8679c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="9c1bf44a6bea209dabb0e4446edebea66bd546fc"/>
14+
revision="829b93719daf85ec8f844a8a4e7e2c53d1a7ffb1"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)