aboutsummaryrefslogtreecommitdiff
path: root/rules/cc/clang_tidy.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cc/clang_tidy.bzl')
-rw-r--r--rules/cc/clang_tidy.bzl6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/cc/clang_tidy.bzl b/rules/cc/clang_tidy.bzl
index bdfcde7d..a3b8425a 100644
--- a/rules/cc/clang_tidy.bzl
+++ b/rules/cc/clang_tidy.bzl
@@ -12,16 +12,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-load("@bazel_skylib//rules:common_settings.bzl", "BuildSettingInfo")
load("@bazel_skylib//lib:paths.bzl", "paths")
-load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
+load("@bazel_skylib//rules:common_settings.bzl", "BuildSettingInfo")
load(
"@bazel_tools//tools/build_defs/cc:action_names.bzl",
"CPP_COMPILE_ACTION_NAME",
"C_COMPILE_ACTION_NAME",
)
-load("@soong_injection//product_config:product_variables.bzl", "product_vars")
+load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
load("@soong_injection//cc_toolchain:config_constants.bzl", "constants")
+load("@soong_injection//product_config:product_variables.bzl", "product_vars")
load("//build/bazel/rules:common.bzl", "get_dep_targets")
load(":cc_library_common.bzl", "get_compilation_args")