Skip to content

Commit

Permalink
Fix build targets for version.py
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 558156550
  • Loading branch information
cliveverghese authored and copybara-github committed Aug 18, 2023
1 parent bc65732 commit 6052c62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sh_binary(
"@org_xprof//frontend:zone.js",
"@org_xprof//plugin/tensorboard_plugin_profile:profile_plugin_loader",
"@org_xprof//plugin/tensorboard_plugin_profile:resources",
"@org_xprof//plugin/tensorboard_plugin_profile:version",
"@org_xprof//plugin/tensorboard_plugin_profile/convert:all_libs",
"@org_xprof//plugin/tensorboard_plugin_profile/integration_tests/tpu/tensorflow:tpu_tf2_keras_xla",
"@org_xprof//plugin/tensorboard_plugin_profile/protobuf:protos_all",
Expand Down
6 changes: 6 additions & 0 deletions plugin/tensorboard_plugin_profile/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ py_library(
],
)

py_library(
name = "version",
srcs = ["version.py"],
srcs_version = "PY2AND3",
)

filegroup(
name = "resources",
srcs = [
Expand Down

0 comments on commit 6052c62

Please sign in to comment.