diff --git a/BUILD.gn b/BUILD.gn index 49988033f727a22370628d62359745a6a45a2cdd..561a1907abe0fb53af893b50e614e9a3e66cae34 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -396,6 +396,8 @@ ohos_static_library("websockets_static") { "//third_party/libwebsockets/lib/plat/unix/unix-sockets.c", ] } + part_name = "libwebsockets" + subsystem_name = "thirdparty" configs = [ ":websocket_config" ] public_configs = [ ":websockets_public_config" ] }