Merge "Also copy init.zygote64.rc for 64-bit primary 32-bit secondary targets." am: 694cb51d7e am: 375427bd4d am: f81bb83d10 am: c84bf73230

Original change: https://android-review.googlesource.com/c/platform/build/+/2241356

Change-Id: I2b1977cbf22f0beb7f2472c5a2bb0cb6150789ed
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-10-04 23:16:32 +00:00
committed by Automerger Merge Worker

View File

@@ -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