diff --git a/arm_virt/linux/rootfs/BUILD.gn b/arm_virt/linux/rootfs/BUILD.gn index f829f812c1b6dad7c07639dde54272ad16bbbc9d..c9a8b83904cbac97cfc1927ac0ce27e19f13d2fd 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") { diff --git a/riscv64_virt/linux/rootfs/BUILD.gn b/riscv64_virt/linux/rootfs/BUILD.gn index de99f6b544a0c9af3da6f922cf154ceeceb2f10a..2ed700ea9cbc3baf28016b36d20ec600d2fb335c 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") { diff --git a/x86_64_virt/linux/rootfs/BUILD.gn b/x86_64_virt/linux/rootfs/BUILD.gn index 0f8784e91649b848b847102d43911f57ca1e7834..69b215c416bf909bf070c62ff704689cda718c5e 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") {