aboutsummaryrefslogtreecommitdiffstats
blob: d0ab5c92775a874063c7285eb49e429933f0677a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)