Files
rk35xx-android14/external/nos/host/generic/BUILD
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

31 lines
831 B
Python

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/feature_map.h",
"nugget/include/flash_layout.h",
"nugget/include/keymaster.h",
"nugget/include/nos/device.h",
"nugget/include/signed_header.h",
],
deps = [
"nos_headers_hals",
],
strip_include_prefix = "nugget/include/",
visibility = ["//visibility:public"],
)
cc_library(
name = "nos_headers_hals",
hdrs = [
"nugget/include/hals/common.h",
"nugget/include/hals/weaver.h",
],
strip_include_prefix = "nugget/include/",
visibility = ["//visibility:public"],
)