aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-06-02 11:31:57 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-06-13 19:15:42 +0530
commit2f9ad5ea5eb6ce50d17a600f1df3403bb1e7c60d (patch)
treec6d7c6a69ba46f9fa168662d9b4c7a2f5945b0f2
parent6a33bdf27388be96ed49b7eea4ee3f1ca90700e8 (diff)
downloadbuild-linaro-armv8-20140613.tar.gz
set default runtime and zygote property in device config fileslinaro-armv8-20140613
Change-Id: Iedae95f1d2389ce128803e778f6c65623effe89f Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--target/product/core_minimal.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index 9cd29037c3..f8d4c24151 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -74,11 +74,4 @@ PRODUCT_BOOT_JARS := \
apache-xml \
webviewchromium
-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
-
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)