1 cc_library( 2 name = "nos_headers", 3 hdrs = [ 4 "nugget/include/app_nugget.h", 5 "nugget/include/application.h", 6 "nugget/include/avb.h", 7 "nugget/include/flash_layout.h", 8 "nugget/include/keymaster.h", 9 "nugget/include/signed_header.h", 10 ], 11 strip_include_prefix = "nugget/include/", 12 visibility = ["//visibility:public"], 13 ) 14