diff --git a/laphone/BUILD.gn b/laphone/BUILD.gn index 08ddaf2841f081d64823987e72d21760d4daa95b..1d8a2b38010ad287fb472f7d2d420758a459b07c 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", + ] }