summaryrefslogtreecommitdiff
path: root/extra-and-tests.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extra-and-tests.mk')
-rw-r--r--extra-and-tests.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra-and-tests.mk b/extra-and-tests.mk
index 503e205..97cc5d9 100644
--- a/extra-and-tests.mk
+++ b/extra-and-tests.mk
@@ -19,3 +19,9 @@ COMMON_EXTRA_TESTS_DIR := device/linaro/build/extra-and-tests/
# integrate the tests of linaro-android-userspace
# repository: https://android.git.linaro.org/gitweb/platform/external/linaro-android-userspace-test.git
-include external/linaro-android-userspace-test/product.mk
+
+# integrate the tests of piglit
+# repository: https://android.git.linaro.org/gitweb/platform/external/piglit.git
+#since the piglit tests depends on the waffle library, so we add it to PRODUCT_PACKAGES here
+PRODUCT_PACKAGES += libwaffle-1
+-include external/piglit/product.mk