OSDN Git Service

Include stack traces for certain native processes in bugreport.
[android-x86/frameworks-native.git] / cmds / surfaceflinger / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         main_surfaceflinger.cpp 
6
7 LOCAL_SHARED_LIBRARIES := \
8         libsurfaceflinger \
9         libbinder \
10         libutils
11
12 LOCAL_C_INCLUDES := \
13         $(LOCAL_PATH)/../../services/surfaceflinger
14
15 LOCAL_MODULE:= surfaceflinger
16
17 include $(BUILD_EXECUTABLE)