forked from openkylin/platform_build
Fixes for core_tiny zygote to boot
Change-Id: Ie926eb316d05702ddb715ca4519397e9be0e7049
This commit is contained in:
parent
00c67a0568
commit
de5dce1ad1
|
@ -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