The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 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 \ |
Mathias Agopian | 25ba5b6 | 2009-05-18 15:08:03 -0700 | [diff] [blame] | 9 | libbinder \ |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 10 | libutils |
| 11 | |
| 12 | LOCAL_C_INCLUDES := \ |
Mathias Agopian | 08e83bb | 2010-07-14 17:59:35 -0700 | [diff] [blame] | 13 | $(LOCAL_PATH)/../../services/surfaceflinger |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 14 | |
| 15 | LOCAL_MODULE:= surfaceflinger |
| 16 | |
| 17 | include $(BUILD_EXECUTABLE) |