From 58a7f29c2166652811e3609ef9084553f4168ed2 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 4 Oct 2022 11:31:35 -0700 Subject: [PATCH] Also copy init.zygote64.rc for 64-bit primary 32-bit secondary targets. Bug: 250705777 Change-Id: I59563d4907bb91fcdb17dbe5d687411cf8be7031 --- target/product/core_64_bit.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/product/core_64_bit.mk b/target/product/core_64_bit.mk index b9d22a6dd3..e0c4d53428 100644 --- a/target/product/core_64_bit.mk +++ b/target/product/core_64_bit.mk @@ -23,7 +23,9 @@ # for 32-bit only. # Copy the 64-bit primary, 32-bit secondary zygote startup script -PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc +PRODUCT_COPY_FILES += \ + system/core/rootdir/init.zygote64.rc:system/etc/init/hw/init.zygote64.rc \ + system/core/rootdir/init.zygote64_32.rc:system/etc/init/hw/init.zygote64_32.rc \ # Set the zygote property to select the 64-bit primary, 32-bit secondary script # This line must be parsed before the one in core_minimal.mk