summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdmund Szeto <edmund.szeto@linaro.org>2014-07-16 22:06:19 -0700
committerAmit Pundir <amit.pundir@linaro.org>2014-07-17 23:51:40 +0530
commitbabae51b544702b59f8da731d6d5f43d2f61b6d1 (patch)
tree36c263ddb1a0af440fa1a8e00d24832c29978183
parent711a3097d55b6fc2660ec33421050af9cd139508 (diff)
downloadfvp-armv8-babae51b544702b59f8da731d6d5f43d2f61b6d1.tar.gz
device.mk: include Linaro Android userspace tests by default
Change-Id: I8a024b1648c122f3625f4c8fe4674b03aba1af61 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 274bf5a..d72d5cd 100644
--- a/device.mk
+++ b/device.mk
@@ -64,6 +64,9 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
# Include application and binaries needed for test
$(call inherit-product-if-exists, device/linaro/common/extra-and-tests.mk)
+# Include Android userspace tests
+$(call inherit-product-if-exists, external/linaro-android-userspace-test/product.mk)
+
####### Copy build and install howtos for this build ########
define copy-howto
ifneq ($(wildcard $(TOP)/device/linaro/vexpress/howto/$(LINARO_BUILD_SPEC)/$1),)