Loading target/product/core_64_bit.mk +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
target/product/core_64_bit.mk +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading