diff --git a/BUILD.gn b/BUILD.gn index 7035c41fdf6927fa833929803bea4dce31634e81..d4612137f36e79347cc8093eb2f7e27b66645d54 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -74,6 +74,9 @@ if (defined(ohos_lite)) { deps = [ ":libpng_static" ] public_configs = [ ":libpng_config" ] subsystem_name = "common" + module_install_dir = "lib" + install_images = [ "updater" ] + part_name = "graphic_standard" } ohos_static_library("libpng_static") {