Merge "Add a default value for ro.zygote."
This commit is contained in:
commit
aafbbe7e8a
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue