summaryrefslogtreecommitdiff
path: root/product.mk
diff options
context:
space:
mode:
Diffstat (limited to 'product.mk')
-rw-r--r--product.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/product.mk b/product.mk
index 5d216cd..1f6a7d5 100644
--- a/product.mk
+++ b/product.mk
@@ -1,7 +1,10 @@
+# pick up tests for inclusion in the system image
PRODUCT_PACKAGES += ashmemtest \
ashmemtest-expanded \
sync-basic
+PRODUCT_COPY_FILES += external/linaro-android-kernel-test/ashmemtest-expanded/ashmemtest-expanded-runner.sh:system/bin/ashmemtest-expanded-runner.sh
+# put expanded ashmemtest in/out files on the device filesystem
PRODUCT_COPY_FILES += \
external/linaro-android-kernel-test/ashmemtest-expanded/test0.txt:data/linaro-android-kernel-test/ashmemtest-expanded/test0.txt \
external/linaro-android-kernel-test/ashmemtest-expanded/test0.out:data/linaro-android-kernel-test/ashmemtest-expanded/test0.out \