blob: a806e31dd7606f70266aa4032e4bfaeb794abbd5 [file] [log] [blame]
Igor Murashkine4e5b2f2013-02-20 16:50:13 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
Dan Albert0cb2c992014-09-08 19:06:54 -07003LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Igor Murashkine4e5b2f2013-02-20 16:50:13 -08004
5LOCAL_SRC_FILES:= \
Igor Murashkinbfb5d5e2013-02-20 17:15:11 -08006 ProCameraTests.cpp \
Igor Murashkine4e5b2f2013-02-20 16:50:13 -08007
8LOCAL_SHARED_LIBRARIES := \
9 libutils \
10 libcutils \
Igor Murashkine4e5b2f2013-02-20 16:50:13 -080011 libcamera_metadata \
12 libcamera_client \
13 libgui \
14 libsync \
15 libui \
Igor Murashkin68c80662013-02-20 17:41:57 -080016 libdl \
17 libbinder
Igor Murashkine4e5b2f2013-02-20 16:50:13 -080018
Igor Murashkine4e5b2f2013-02-20 16:50:13 -080019LOCAL_C_INCLUDES += \
Igor Murashkine4e5b2f2013-02-20 16:50:13 -080020 system/media/camera/include \
21 frameworks/av/services/camera/libcameraservice \
22 frameworks/av/include/camera \
23 frameworks/native/include \
24
25LOCAL_CFLAGS += -Wall -Wextra
26
27LOCAL_MODULE:= camera_client_test
28LOCAL_MODULE_TAGS := tests
29
Yu Shan Emily Laub34e0b72013-04-12 14:52:52 -070030include $(BUILD_NATIVE_TEST)