Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39fd21a2 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Add a default value for ro.zygote.

Also makes sure the correct init config file is
copied across.

Change-Id: I281d00dab17f780bda21bf3fbc35418df18dffb1
parent 1da02a1a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,4 +77,9 @@ PRODUCT_BOOT_JARS := \
PRODUCT_RUNTIMES := runtime_libart_default
PRODUCT_RUNTIMES += runtime_libdvm

PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    ro.zygote=zygote32
PRODUCT_COPY_FILES += \
    system/core/rootdir/init.zygote32.rc:root/init.zygote32.rc

$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)