summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-05-20 21:06:33 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-05-20 21:06:33 +0530
commitef777e007a2b5bd3188417f8526e4ead70916b0b (patch)
tree4fcdc67c46aee6e07b48970a4d25955557dd142a
parent2d13daa12ea83d32822935b00713c025bfda7c78 (diff)
downloadfvp-armv8-ef777e007a2b5bd3188417f8526e4ead70916b0b.tar.gz
fix zygote64_32.rc path
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 8ca1dd8..591c674 100644
--- a/device.mk
+++ b/device.mk
@@ -57,7 +57,7 @@ include device/linaro/common/extra-and-tests.mk
PRODUCT_RUNTIMES := runtime_libdvm_default runtime_libart
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
-PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc
+PRODUCT_COPY_FILES += $(LOCAL_PATH)/init.zygote64_32.rc:root/init.zygote64_32.rc
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
device/linaro/common/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \