aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-03-28 08:52:11 +0530
committerAmit Pundir <amit.pundir@linaro.org>2012-03-28 08:52:11 +0530
commit2785eb9ab54ea13bd99475d06d50a9d73dfc482c (patch)
tree17d3182dd01631231992f16e56950859c46b1e1c
parent2cc50d3352f2ccbb1fdf72948103497a227a4bb0 (diff)
downloadvexpress_rtsm-2785eb9ab54ea13bd99475d06d50a9d73dfc482c.tar.gz
copy biglittle core test scripts to rootfs
Change-Id: I21dbbfad248d9e0bc1e01398d26097f37901cd9a Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 824fb08..210a35d 100644
--- a/device.mk
+++ b/device.mk
@@ -15,4 +15,9 @@ PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_PACKAGES += bl-agitator
+PRODUCT_COPY_FILES += \
+ test/linaro/biglittle/core/boot-a15/boot-a15.sh:system/bin/boot-a15.sh \
+ test/linaro/biglittle/core/disk-io-stress-a15/disk-io-stress-a15.sh:system/bin/disk-io-stress-a15.sh \
+ test/linaro/biglittle/core/mem-stress-a15/mem-stress-a15.sh:system/bin/mem-stress-a15.sh
+
$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)