Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/heads/sandbox/initial-bazel-host-build
/
.
/
src
/
host
/
pico_bit_ops
/
BUILD.bazel
blob: a0e7dc48fe28e3f6aacf218e2300e63e50a3bb81 [
file
] [
log
] [
blame
] [
edit
]
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_bit_ops"
,
srcs
=
[
"bit_ops.c"
],
implementation_deps
=
[
"//src/common/pico_bit_ops:pico_bit_ops_headers"
],
target_compatible_with
=
[
"//bazel/constraint:host"
],
)