You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
331 B
16 lines
331 B
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_platform |
|
LOCAL_STATIC_LIBRARIES := libdrm_util |
|
|
|
LOCAL_C_INCLUDES := $(LOCAL_PATH)/.. |
|
|
|
include $(LIBDRM_COMMON_MK) |
|
include $(BUILD_EXECUTABLE)
|
|
|