[roll] Roll fuchsia [versioning] Replace platform_version.in_development_api_level
Replace `platform_version` member `in_development_api_level`, which
does not always represent an in-development API level, with the
unambiguous `deprecated_highest_numbered_api_level`, which is just
`max(all_numbered_api_levels)` calculated in Python because calculating
it in GN is more complex.
Although we would still like to eliminate this GN variable entirely,
this makes it easier to reason about because it is always exactly what
the name implies. Also, it is something that could already be
calculated.
Add assertions for preconditions assumed at uses related to bumping the
API level and TODOs describing changes necessary when introducing
"NEXT" as an API level.
Original-Bug: 305961460, 326277078
Test: CQ and follow instructions to run `//scripts/versioning:bump_api_level`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1062737
Original-Revision: d746015061b0764a1e14e0573a2e1e65c59c387e
GitOrigin-RevId: 37071b3882a37db43542377f5b22d35b4b9ff9e8
Change-Id: I8cd81fd60bc85923ed047be7629f17c2c8396af5
diff --git a/stem b/stem
index f75705d..ab37968 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="63523c6c4c737a985f9f3ea12b82c3dd4fde9042"/>
+ revision="d746015061b0764a1e14e0573a2e1e65c59c387e"/>
</projects>
<hooks>
<hook name="install-environment"