Skip to content

Commit

Permalink
cloud_roles: move headers back
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed Aug 9, 2024
1 parent f6af440 commit 29a774c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/v/cloud_roles/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package(default_visibility = ["//src/v/cloud_roles:__subpackages__"])
redpanda_cc_library(
name = "logger",
hdrs = [
"include/cloud_roles/logger.h",
"logger.h",
],
strip_include_prefix = "include",
include_prefix = "cloud_roles",
deps = [
"//src/v/base",
"@seastar",
Expand All @@ -20,9 +20,9 @@ redpanda_cc_library(
"types.cc",
],
hdrs = [
"include/cloud_roles/types.h",
"types.h",
],
strip_include_prefix = "include",
include_prefix = "cloud_roles",
visibility = ["//visibility:public"],
deps = [
"//src/v/base",
Expand Down Expand Up @@ -108,11 +108,11 @@ redpanda_cc_library(
"refresh_credentials.cc",
],
hdrs = [
"include/cloud_roles/apply_credentials.h",
"include/cloud_roles/probe.h",
"include/cloud_roles/refresh_credentials.h",
"apply_credentials.h",
"probe.h",
"refresh_credentials.h",
],
strip_include_prefix = "include",
include_prefix = "cloud_roles",
visibility = ["//visibility:public"],
deps = [
":logger",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 29a774c

Please sign in to comment.