From 5c6cd164d79ee60a5467830558432fa69e685d2f Mon Sep 17 00:00:00 2001 From: "Mr.zhao" Date: Mon, 19 Aug 2024 06:28:39 +0000 Subject: [PATCH 1/3] update arm_virt/linux/rootfs/BUILD.gn. Signed-off-by: Mr.zhao --- arm_virt/linux/rootfs/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm_virt/linux/rootfs/BUILD.gn b/arm_virt/linux/rootfs/BUILD.gn index f829f81..c9a8b83 100644 --- a/arm_virt/linux/rootfs/BUILD.gn +++ b/arm_virt/linux/rootfs/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//base/startup/init/services/etc/param/param_fixer.gni") +import("//build/config/components/init/param/param_fixer.gni") import("//build/ohos.gni") ohos_prebuilt_etc("qemu.arm.linux.init.cfg") { -- Gitee From 75c8ae9323cef7c050563f6627e26522a79e2942 Mon Sep 17 00:00:00 2001 From: "Mr.zhao" Date: Mon, 19 Aug 2024 06:29:33 +0000 Subject: [PATCH 2/3] update riscv64_virt/linux/rootfs/BUILD.gn. Signed-off-by: Mr.zhao --- riscv64_virt/linux/rootfs/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv64_virt/linux/rootfs/BUILD.gn b/riscv64_virt/linux/rootfs/BUILD.gn index de99f6b..2ed700e 100755 --- a/riscv64_virt/linux/rootfs/BUILD.gn +++ b/riscv64_virt/linux/rootfs/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//base/startup/init/services/etc/param/param_fixer.gni") +import("//build/config/components/init/param/param_fixer.gni") import("//build/ohos.gni") ohos_prebuilt_etc("qemu.riscv64.linux.init.cfg") { -- Gitee From e181c972201022bc1ed6d27716410e8a1c53f68e Mon Sep 17 00:00:00 2001 From: "Mr.zhao" Date: Mon, 19 Aug 2024 06:30:04 +0000 Subject: [PATCH 3/3] update x86_64_virt/linux/rootfs/BUILD.gn. Signed-off-by: Mr.zhao --- x86_64_virt/linux/rootfs/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86_64_virt/linux/rootfs/BUILD.gn b/x86_64_virt/linux/rootfs/BUILD.gn index 0f8784e..69b215c 100644 --- a/x86_64_virt/linux/rootfs/BUILD.gn +++ b/x86_64_virt/linux/rootfs/BUILD.gn @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//base/startup/init/services/etc/param/param_fixer.gni") +import("//build/config/components/init/param/param_fixer.gni") import("//build/ohos.gni") ohos_prebuilt_etc("qemu.x86_64.linux.init.cfg") { -- Gitee