From 144744ba9c96692451aa2589a1de47c5de855b26 Mon Sep 17 00:00:00 2001 From: sun_fan Date: Tue, 3 Aug 2021 23:46:03 +0800 Subject: [PATCH] libpng: add to system updater Signed-off-by: sun_fan --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 7035c41fd..d4612137f 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") { -- GitLab