summaryrefslogtreecommitdiffstats
path: root/tests/proptest/Android.mk
blob: 91a590fc9fca05b32ab8a510bf0b58af732fba82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 $(LIBDRM_COMMON_MK)
include $(BUILD_EXECUTABLE)