aboutsummaryrefslogtreecommitdiff
path: root/BUILD
blob: 74f705e656b8e28b4a85f9218f6cee376fd1053e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cc_library(
    name = "nos_headers",
    hdrs = [
        "nugget/include/app_nugget.h",
        "nugget/include/app_transport_test.h",
        "nugget/include/application.h",
        "nugget/include/avb.h",
        "nugget/include/citadel_events.h",
        "nugget/include/flash_layout.h",
        "nugget/include/keymaster.h",
        "nugget/include/signed_header.h",
    ],
    strip_include_prefix = "nugget/include/",
    visibility = ["//visibility:public"],
)