2009-03-04 03:31:44 +00:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES:= \
|
|
|
|
main_surfaceflinger.cpp
|
|
|
|
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
|
|
libsurfaceflinger \
|
2009-05-18 22:08:03 +00:00
|
|
|
libbinder \
|
2009-03-04 03:31:44 +00:00
|
|
|
libutils
|
|
|
|
|
|
|
|
LOCAL_C_INCLUDES := \
|
2010-07-15 00:59:35 +00:00
|
|
|
$(LOCAL_PATH)/../../services/surfaceflinger
|
2009-03-04 03:31:44 +00:00
|
|
|
|
|
|
|
LOCAL_MODULE:= surfaceflinger
|
|
|
|
|
|
|
|
include $(BUILD_EXECUTABLE)
|