Skip to content

Commit 0f67347

Browse files
authored
[fuchsia] Update bazel sdk. (google#1282)
1 parent 4feb9c5 commit 0f67347

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

gapii/fuchsia/BUILD.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ fuchsia_component(
3333
manifest = ":manifest",
3434
deps = [
3535
":gapii_server",
36+
":libgapii",
3637
],
3738
)
3839

@@ -50,9 +51,10 @@ fuchsia_package_resource(
5051

5152
fuchsia_package(
5253
name = "gapii",
53-
deps = [
54+
components = [
5455
":gapii-server",
56+
],
57+
resources = [
5558
":gpu_inspector_json",
56-
":libgapii",
5759
],
5860
)

tools/build/fuchsia/enabled/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def fuchsia_base_dependencies(locals = {}):
2121
name = "rules_fuchsia",
2222
locals = locals,
2323
remote = "https://fuchsia.googlesource.com/sdk-integration",
24-
commit = "55ae0411ebfeee39af3ecde061c5a9df09e00775",
25-
shallow_since = "1665598959 +0000",
24+
commit = "831365d37359d6bde4a5e426f0c158abbe8b4560",
25+
shallow_since = "1674838798 +0000",
2626
patch_cmds = ["rm -R scripts", "mv bazel_rules_fuchsia/* ."],
2727
)

0 commit comments

Comments
 (0)