diff options
Diffstat (limited to 'tests/proptest')
-rw-r--r-- | tests/proptest/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/proptest/Android.mk b/tests/proptest/Android.mk index badeb588..91a590fc 100644 --- a/tests/proptest/Android.mk +++ b/tests/proptest/Android.mk | |||
@@ -3,11 +3,12 @@ LOCAL_PATH := $(call my-dir) | |||
3 | include $(CLEAR_VARS) | 3 | include $(CLEAR_VARS) |
4 | include $(LOCAL_PATH)/Makefile.sources | 4 | include $(LOCAL_PATH)/Makefile.sources |
5 | 5 | ||
6 | LOCAL_SRC_FILES := $(patsubst %.h, , $(PROPTEST_FILES)) | 6 | LOCAL_SRC_FILES := $(PROPTEST_FILES) |
7 | 7 | ||
8 | LOCAL_MODULE := proptest | 8 | LOCAL_MODULE := proptest |
9 | 9 | ||
10 | LOCAL_SHARED_LIBRARIES := libdrm | 10 | LOCAL_SHARED_LIBRARIES := libdrm |
11 | LOCAL_STATIC_LIBRARIES := libdrm_util | 11 | LOCAL_STATIC_LIBRARIES := libdrm_util |
12 | 12 | ||
13 | include $(LIBDRM_COMMON_MK) | ||
13 | include $(BUILD_EXECUTABLE) | 14 | include $(BUILD_EXECUTABLE) |