blob: 9bb190abcd4f34159fbb8180f5519fd9c9125721 [file] [log] [blame]
Chih-Chung Chang5b0fc3d2009-11-13 12:49:14 +08001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES:= CameraServiceTest.cpp
6
7LOCAL_MODULE:= CameraServiceTest
8
9LOCAL_MODULE_TAGS := tests
10
11LOCAL_C_INCLUDES += \
12 frameworks/base/libs
13
14LOCAL_CFLAGS :=
15
16LOCAL_SHARED_LIBRARIES += \
Doug Kwana4932942009-12-09 16:32:04 -080017 libbinder \
Chih-Chung Chang5b0fc3d2009-11-13 12:49:14 +080018 libcutils \
19 libutils \
Mathias Agopian000479f2010-02-09 17:46:37 -080020 libui \
21 libcamera_client \
22 libsurfaceflinger_client
Chih-Chung Chang5b0fc3d2009-11-13 12:49:14 +080023
24include $(BUILD_EXECUTABLE)