summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-05-20 00:51:46 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-05-20 00:51:46 +0530
commitfd5f17db9644173527cb0df506cb69a7fb9d6fa5 (patch)
tree693968d8b684f08a669ac45fdc8189ae91d1482a
parent2df5ddc32fe45b864666c324440c5fe175358aad (diff)
downloadjuno-fd5f17db9644173527cb0df506cb69a7fb9d6fa5.tar.gz
copy disablesuspend.sh in rootfs
disablesuspend.sh is run on Juno to make sure we wait for home screen to come up before running any tests in LAVA. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--device.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 44109eb..dd711dd 100644
--- a/device.mk
+++ b/device.mk
@@ -62,6 +62,7 @@ PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64.rc:root/init.zygote64.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 \
+ device/linaro/common/disablesuspend.sh:system/bin/disablesuspend.sh \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml)