Sign in
fuchsia
/
fuchsia
/
eb37f944b46a
/
.
/
scripts
/
sdk
/
bazel
/
templates
/
tests
/
headers_build.mako
blob: 8fb08cf614ada83ceb3e3e7922813072edb32e56 [
file
] [
log
] [
blame
]
<%
include file
=
"header_no_license.mako"
/>
cc_binary
(
name
=
"headers"
,
srcs
=
[
"headers.cc"
,
],
deps
=
[
"@fuchsia_sdk${data['dep']}"
,
],
copts
=
[
"-Wsign-conversion"
],
)