diff --git a/BUILD.gn b/BUILD.gn index 19cf348..673b610 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -64,7 +64,7 @@ if (defined(ohos_lite)) { # is on lite Os for ipcamera ohos_shared_library("libgif") { deps = [ ":gif_static" ] subsystem_name = "thirdparty" - part_name = "thirdparty_giflib" + part_name = "giflib" output_name = "libgif" install_enable = true } diff --git a/bundle.json b/bundle.json index 34a4a0b..1aec596 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,7 @@ "en": "README" }, "component": { - "name": "thirdparty_giflib", + "name": "giflib", "subsystem": "thirdparty", "syscap": [], "features": [],