Files
build_soong/android
Spandan Das 2268cd8b8b Fix non-determinism in all_teams.pb
this.teams_for_mods uses a dictionary and `range` yields a
non-deterministic ordering. This would cause all_teams.pb to be
non-determinisitic. Since this file is created during Soong analysis, it
would cause the .ninja file to also be non-deterministic.

Use SortedKeys to do the iteration instead.

Test: go build ./android
Test: m nothing a couple of times and checked that the .ninja files are
identical

Change-Id: Ife2d2520d118ef25639f86390912d98b5f057655
2024-02-05 22:11:28 +00:00
..
2024-01-05 09:54:09 -08:00
2023-04-17 19:26:07 +00:00
2024-01-09 22:09:07 +00:00
2023-03-22 12:58:38 -07:00
2024-01-05 09:54:09 -08:00
2024-01-18 12:43:24 -08:00
2023-06-22 08:18:33 -07:00
2023-05-19 20:31:32 +00:00
2024-01-18 12:43:24 -08:00
2024-01-18 12:43:24 -08:00
2024-02-02 15:56:32 -08:00
2023-04-10 20:20:41 +00:00
2023-04-10 20:20:41 +00:00
2024-01-05 09:54:09 -08:00
2023-04-26 17:18:19 -07:00
2024-01-18 14:16:06 -08:00
2024-01-03 15:22:32 -08:00
2024-02-02 15:56:32 -08:00
2024-01-18 12:43:24 -08:00
2024-01-18 12:43:24 -08:00
2024-01-18 14:16:06 -08:00
2024-01-18 14:16:06 -08:00
2023-10-16 14:20:00 -07:00
2024-01-30 14:42:12 -08:00