diff options
author | Thierry Reding <treding@nvidia.com> | 2015-12-09 18:37:39 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-12-18 17:43:40 +0000 |
commit | 1ec3c44bdd38051d870f64d0b2cc7dbd59760386 (patch) | |
tree | 16736bbd48e66bee6592f10a8ec358d57d51e141 /tests/modetest/Android.mk | |
parent | 15d90ef3504128a276923db840af1410ca255647 (diff) | |
download | libdrm-1ec3c44bdd38051d870f64d0b2cc7dbd59760386.tar.gz libdrm-1ec3c44bdd38051d870f64d0b2cc7dbd59760386.tar.bz2 libdrm-1ec3c44bdd38051d870f64d0b2cc7dbd59760386.zip |
tests: Split helpers into library
Some of the helpers, such as the pattern drawing helpers or the format
lookup helpers, have potential to be reused. Move them into a separate
library to make it easier to share them.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tests/modetest/Android.mk')
-rw-r--r-- | tests/modetest/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modetest/Android.mk b/tests/modetest/Android.mk index 0fdfe685..e616558f 100644 --- a/tests/modetest/Android.mk +++ b/tests/modetest/Android.mk @@ -8,5 +8,6 @@ LOCAL_SRC_FILES := $(MODETEST_FILES) LOCAL_MODULE := modetest LOCAL_SHARED_LIBRARIES := libdrm +LOCAL_STATIC_LIBRARIES := libdrm_util include $(BUILD_EXECUTABLE) |