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

Commit aafbbe7e authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Add a default value for ro.zygote."

parents 6a9f2b12 39fd21a2
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)