Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
picotool
/
refs/heads/upstream/partition-bools
/
.
/
lib
/
BUILD.bazel
blob: 10c33740c8cc1945b35b0d3e9dab44da417f56de [
file
] [
log
] [
blame
] [
edit
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
cc_library
(
name
=
"mbedtls_config"
,
hdrs
=
[
"include/mbedtls_config.h"
,
"include/picotool_mbedtls_config.h"
,
],
includes
=
[
"include"
],
visibility
=
[
"@mbedtls//:__subpackages__"
],
)