aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding2015-12-09 11:37:39 -0600
committerEmil Velikov2015-12-18 11:43:40 -0600
commit1ec3c44bdd38051d870f64d0b2cc7dbd59760386 (patch)
tree16736bbd48e66bee6592f10a8ec358d57d51e141 /tests/modetest/Android.mk
parent15d90ef3504128a276923db840af1410ca255647 (diff)
downloadexternal-libgbm-1ec3c44bdd38051d870f64d0b2cc7dbd59760386.tar.gz
external-libgbm-1ec3c44bdd38051d870f64d0b2cc7dbd59760386.tar.xz
external-libgbm-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.mk1
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)
8LOCAL_MODULE := modetest 8LOCAL_MODULE := modetest
9 9
10LOCAL_SHARED_LIBRARIES := libdrm 10LOCAL_SHARED_LIBRARIES := libdrm
11LOCAL_STATIC_LIBRARIES := libdrm_util
11 12
12include $(BUILD_EXECUTABLE) 13include $(BUILD_EXECUTABLE)