aboutsummaryrefslogtreecommitdiff
path: root/platforms/platform_utils.bzl
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-03-15 17:25:40 -0700
committerCole Faust <colefaust@google.com>2023-03-16 11:31:00 -0700
commit311c8a968162ef387c037b88d0fb049a76cfaf5c (patch)
treeb01f409e5f6f11b4ef7efd78f086ff0090424d56 /platforms/platform_utils.bzl
parent640eae22ffeeda705ed9d240bd6862ed7dda15b4 (diff)
downloadbazel-311c8a968162ef387c037b88d0fb049a76cfaf5c.tar.gz
Enable and fix buildifier unused-variable and list-append lints
Bug: 271709362 Test: Presubmits Change-Id: I660458c2194999182f7b3cccb79813a267a156fc
Diffstat (limited to 'platforms/platform_utils.bzl')
-rw-r--r--platforms/platform_utils.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/platform_utils.bzl b/platforms/platform_utils.bzl
index 8f8ba447..556aa75f 100644
--- a/platforms/platform_utils.bzl
+++ b/platforms/platform_utils.bzl
@@ -137,6 +137,7 @@ def _get_target_arch(utils):
platforms = struct(
is_target_linux = _is_target_linux,
is_target_android = _is_target_android,
+ is_target_bionic = _is_target_bionic,
is_target_darwin = _is_target_darwin,
is_target_linux_or_android = _is_target_linux_or_android,
is_target_x86 = _is_target_x86,