File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
tools/build/fuchsia/enabled Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
5152fuchsia_package (
5253 name = "gapii" ,
53- deps = [
54+ components = [
5455 ":gapii-server" ,
56+ ],
57+ resources = [
5558 ":gpu_inspector_json" ,
56- ":libgapii" ,
5759 ],
5860)
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments