Home | History | Annotate | Download | only in modetest
      1 LOCAL_PATH := $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 include $(LOCAL_PATH)/Makefile.sources
      5 
      6 LOCAL_SRC_FILES := $(filter-out %.h,$(MODETEST_FILES))
      7 
      8 LOCAL_MODULE := modetest
      9 
     10 LOCAL_SHARED_LIBRARIES := libdrm
     11 LOCAL_STATIC_LIBRARIES := libdrm_util
     12 
     13 include $(BUILD_EXECUTABLE)
     14