blob: b5d06a08144848278951eb22592b4df389bfcc3d [file] [log] [blame]
Andrew Scull44daa782017-09-13 17:09:31 +01001cc_library(
2 name = "nos_headers",
3 hdrs = [
4 "nugget/include/application.h",
5 "nugget/include/app_nugget.h",
6 "nugget/include/avb.h",
7 ],
8 strip_include_prefix = "nugget/include/",
9 visibility = ["//visibility:public"],
10)