summaryrefslogtreecommitdiff
path: root/extra-and-tests.mk
blob: c5f54b8dd39018b67bb0b31308104cdeadacb6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# similar to common.mk, this file is only for AOSP master based armv8 related build now
# in the future will be replaced by common.mk or replace the common.mk

COMMON_EXTRA_TESTS_DIR := device/linaro/build/extra-and-tests/

# integrate the ZeroXBenchmark application into the image
# http://android.git.linaro.org/git/platform/packages/apps/0xbench
-include $(COMMON_EXTRA_TESTS_DIR)/ZeroXBenchmark.mk

# integrate the tests of bionic libc into the image
# repository: http://android.git.linaro.org/git/platform/system/extras
# path: tests/bionic/libc/
-include $(COMMON_EXTRA_TESTS_DIR)/bionic-libc-tests.mk

# integrate the tests of linaro-android-kernel
# repository: https://android.git.linaro.org/gitweb/platform/external/linaro-android-kernel-test.git
-include external/linaro-android-kernel-test/product.mk

# 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

PRODUCT_PACKAGES += bionic-benchmarks
PRODUCT_PACKAGES += bionic-unit-tests