aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-03-28 11:34:50 +0000
committerNarayan Kamath <narayan@google.com>2014-03-31 12:33:45 +0100
commit39fd21a2dfb89963dae1571b468a2485c37da7a1 (patch)
tree0e9255569c13fe03c9c2440e446b25ba003b6c21
parent1da02a1ae15afc7b600f9585cc4ae52c5d262192 (diff)
downloadbuild-39fd21a2dfb89963dae1571b468a2485c37da7a1.tar.gz
Add a default value for ro.zygote.
Also makes sure the correct init config file is copied across. Change-Id: I281d00dab17f780bda21bf3fbc35418df18dffb1
-rw-r--r--target/product/core_minimal.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index eb8d653634..7e2b19e19b 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -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)