aboutsummaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-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)