diff options
Diffstat (limited to 'tests/proptest/Android.mk')
-rw-r--r-- | tests/proptest/Android.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/proptest/Android.mk b/tests/proptest/Android.mk new file mode 100644 index 000000000000..d0ab5c92775a --- /dev/null +++ b/tests/proptest/Android.mk @@ -0,0 +1,13 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) +include $(LOCAL_PATH)/Makefile.sources + +LOCAL_SRC_FILES := $(PROPTEST_FILES) + +LOCAL_MODULE := proptest + +LOCAL_SHARED_LIBRARIES := libdrm +LOCAL_STATIC_LIBRARIES := libdrm_util + +include $(BUILD_EXECUTABLE) |