msm7k now has its own gralloc module -- currently identical to the default gralloc, soon to be different

This commit is contained in:
Mathias Agopian 2009-07-15 15:02:32 -07:00
parent 9419711dad
commit c65f33f597

View File

@ -24,7 +24,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_SRC_FILES := copybit.cpp
LOCAL_MODULE := copybit.msm7k
LOCAL_C_INCLUDES += hardware/libhardware/modules/gralloc
LOCAL_C_INCLUDES += hardware/libhardware/msm7k/libgralloc
include $(BUILD_SHARED_LIBRARY)
endif