Mathias Agopian | 65ab471 | 2010-07-14 17:59:35 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |
| 3 | include $(CLEAR_VARS) |
| 4 | |
| 5 | LOCAL_SRC_FILES:= CameraServiceTest.cpp |
| 6 | |
| 7 | LOCAL_MODULE:= CameraServiceTest |
| 8 | |
| 9 | LOCAL_MODULE_TAGS := tests |
| 10 | |
| 11 | LOCAL_C_INCLUDES += \ |
| 12 | frameworks/base/libs |
| 13 | |
| 14 | LOCAL_CFLAGS := |
| 15 | |
| 16 | LOCAL_SHARED_LIBRARIES += \ |
| 17 | libbinder \ |
| 18 | libcutils \ |
| 19 | libutils \ |
| 20 | libui \ |
| 21 | libcamera_client \ |
Mathias Agopian | 5f7fcf2 | 2011-03-25 18:42:40 -0700 | [diff] [blame] | 22 | libgui |
Mathias Agopian | 65ab471 | 2010-07-14 17:59:35 -0700 | [diff] [blame] | 23 | |
| 24 | # Disable it because the ISurface interface may change, and before we have a |
| 25 | # chance to fix this test, we don't want to break normal builds. |
| 26 | #include $(BUILD_EXECUTABLE) |