diff --git a/BUILD.gn b/BUILD.gn index ee94b3b..9e7cb8e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -106,6 +106,6 @@ ohos_shared_library("ffi") { public_configs = [ ":ffi_public_config" ] - part_name = "multimedia_player_framework" - subsystem_name = "multimedia" + part_name = "libffi" + subsystem_name = "thirdparty" }