diff --git a/ylong_runtime/BUILD.gn b/ylong_runtime/BUILD.gn index 6c553493299fcf3ac51c84bc3d052a28bce6f076..7308e74bca0a22421a8f3cad41f37c7d7ba6a323 100644 --- a/ylong_runtime/BUILD.gn +++ b/ylong_runtime/BUILD.gn @@ -35,6 +35,10 @@ ohos_rust_shared_library("ylong_runtime") { ] external_deps = [ "rust_libc:lib" ] + + innerapi_tags = [ + "chipsetsdk" + ] } ohos_rust_static_library("ylong_runtime_static") {