blob: ed8bed02a411f195901228cb5bf4174043ee8fad [file] [log] [blame]
Naseer Ahmeda87da602012-07-01 23:54:19 -07001LOCAL_PATH := $(call my-dir)
Naseer Ahmed4d35af82012-07-11 23:43:42 -07002include $(LOCAL_PATH)/../common.mk
Naseer Ahmeda87da602012-07-01 23:54:19 -07003include $(CLEAR_VARS)
4
Naseer Ahmed4d35af82012-07-11 23:43:42 -07005LOCAL_MODULE := libqdutils
6LOCAL_MODULE_TAGS := optional
7LOCAL_SHARED_LIBRARIES := $(common_libs)
8LOCAL_C_INCLUDES := $(common_includes) $(kernel_includes)
Mathew Karimpanaldec98cc2012-11-12 22:27:02 -08009LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdutils\"
Naseer Ahmed4d35af82012-07-11 23:43:42 -070010LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps)
Naseer Ahmed7c958d42012-07-31 18:57:03 -070011LOCAL_SRC_FILES := profiler.cpp mdp_version.cpp \
12 idle_invalidator.cpp
Mathew Karimpanaldec98cc2012-11-12 22:27:02 -080013
Naseer Ahmeda87da602012-07-01 23:54:19 -070014include $(BUILD_SHARED_LIBRARY)