Naseer Ahmed | a87da60 | 2012-07-01 23:54:19 -0700 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES := profiler.cpp mdp_version.cpp | ||||
5 | LOCAL_SHARED_LIBRARIES := libutils libcutils | ||||
6 | LOCAL_C_INCLUDES := hardware/qcom/display/libgralloc | ||||
7 | |||||
8 | LOCAL_CFLAGS += -DDEBUG_CALC_FPS | ||||
9 | LOCAL_MODULE := libqdutils | ||||
10 | LOCAL_MODULE_TAGS := optional | ||||
11 | include $(BUILD_SHARED_LIBRARY) |