aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-05-18 19:43:25 +0530
committerAmit Pundir <amit.pundir@linaro.org>2012-05-18 19:43:25 +0530
commiteac42b6d824e7a2587db0dcb019caebaee41908a (patch)
tree9d4996b3fa91496c2058e614426fff5b3b1bfcb3
parentaf49bf378d4ace97a90c00852b98176a3f9987fa (diff)
downloadvexpress_rtsm-eac42b6d824e7a2587db0dcb019caebaee41908a.tar.gz
copy new scripts to rootfs
Change-Id: Ia26b4e0f22c27a47e05476aa6e52432ebee742ab Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--device.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 277e42e..b8b527c 100644
--- a/device.mk
+++ b/device.mk
@@ -31,6 +31,13 @@ PRODUCT_COPY_FILES += \
test/linaro/biglittle/core/basic/governor:system/bin/governor \
test/linaro/biglittle/core/basic/switch:system/bin/switch \
test/linaro/biglittle/core/basic/run-bl-basic-tests.sh:system/bin/run-bl-basic-tests.sh \
- test/linaro/biglittle/core/cache-coherency-switcher/cache-coherency-switcher.sh:system/bin/cache-coherency-switcher.sh
+ test/linaro/biglittle/core/cache-coherency-switcher/cache-coherency-switcher.sh:system/bin/cache-coherency-switcher.sh \
+ test/linaro/biglittle/core/basic/switcher-tests/100_switches.sh:system/bin/100_switches.sh \
+ test/linaro/biglittle/core/basic/switcher-tests/fastswitch.sh:system/bin/fastswitch.sh \
+ test/linaro/biglittle/core/basic/switcher-tests/reswitch.sh:system/bin/reswitch.sh \
+ test/linaro/biglittle/core/basic/switcher-tests/switcher-tests.sh:system/bin/switcher-tests.sh \
+ test/linaro/biglittle/core/basic/switcher-tests/try_rmmod.sh:system/bin/try_rmmod.sh \
+ test/linaro/biglittle/core/interactive-governor-test.sh:system/bin/interactive-governor-test.sh \
+ test/linaro/biglittle/core/run_stress_switcher_tests.sh:system/bin/run_stress_switcher_tests.sh
$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)