From 83911fa229c3d76d844bdc3b640e20cca1a0eb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=B0=8F=E5=B8=85?= Date: Sat, 16 Mar 2024 22:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96,=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E4=B8=80=E5=BC=80=E5=A7=8B=E6=89=93=E5=8C=85=E7=89=B9?= =?UTF-8?q?=E6=AE=8A=E9=95=9C=E5=83=8F=E5=AF=BC=E8=87=B4=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=8A=A5=E9=94=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I74c6a06ec05b7d929f71eda25769f9c47d667e43 --- laphone/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/laphone/BUILD.gn b/laphone/BUILD.gn index 08ddaf2..1d8a2b3 100644 --- a/laphone/BUILD.gn +++ b/laphone/BUILD.gn @@ -59,4 +59,7 @@ action("make_boot_images") { target_path = "make_boot_images" args = [ rebase_path(package_path) ] outputs = [ "${package_path}/${target_path}" ] + deps = [ + "//build/ohos/images:make_images", + ] } -- Gitee