Skip to content

Commit 684085a

Browse files
David Dorwincopybara-github
authored andcommitted
[roll] Roll fuchsia [bazel_sdk][versioning] Handle unspecified API level after transition
Previously, fuchsia_transition failed if an API level was not specified via any of the options. Failing in the transition prevented some negative tests. In addition, the empty string was also handled the FIDL rule. As previously done for invalid API levels, allow the transition to complete then fail when when analyzing the fuchsia_api_level rule. The name of the relevant target is not known at this point, but the Bazel error will indicate the target for which analysis failed. Original-Bug: 354047162, 382773036 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1170002 Original-Revision: 0ae08c07324f467ac81fec0d84adf46e1f052e9b GitOrigin-RevId: 4d28b846f92bf4556737616f0878ea4994e9a295 Change-Id: I27399f5725be93e7673365212e8c142283bc4b77
1 parent ea5ec30 commit 684085a

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="f94da49d878d3a2989eed12cdad67cedcb960520"/>
14+
revision="0ae08c07324f467ac81fec0d84adf46e1f052e9b"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)