forked from openkylin/platform_build
Merge "Fixes for core_tiny zygote to boot"
This commit is contained in:
commit
a5eb17b0ac
|
@ -88,6 +88,7 @@ PRODUCT_BOOT_JARS := \
|
|||
framework2 \
|
||||
telephony-common \
|
||||
voip-common \
|
||||
ims-common \
|
||||
mms-common \
|
||||
android.policy \
|
||||
services \
|
||||
|
@ -96,6 +97,11 @@ PRODUCT_BOOT_JARS := \
|
|||
|
||||
PRODUCT_RUNTIMES := runtime_libart_default
|
||||
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
ro.zygote=zygote32
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/init.zygote32.rc:root/init.zygote32.rc
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.carrier=unknown
|
||||
|
||||
|
|
Loading…
Reference in New Issue