blob: b66105b2ed9192d83c70fdd900ecfbbddae586a9 [file] [log] [blame]
Mathias Agopian3cf61352010-02-09 17:46:37 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 Camera.cpp \
Igor Murashkin7efa5202013-02-13 15:53:56 -08006 CameraMetadata.cpp \
Mathias Agopian3cf61352010-02-09 17:46:37 -08007 CameraParameters.cpp \
8 ICamera.cpp \
9 ICameraClient.cpp \
Wu-cheng Li4ca2c7c2011-06-01 17:22:24 +080010 ICameraService.cpp \
11 ICameraRecordingProxy.cpp \
12 ICameraRecordingProxyListener.cpp
Mathias Agopian3cf61352010-02-09 17:46:37 -080013
14LOCAL_SHARED_LIBRARIES := \
15 libcutils \
16 libutils \
17 libbinder \
18 libhardware \
Jamie Gennisbfa33aa2010-12-20 11:51:31 -080019 libui \
Igor Murashkin7efa5202013-02-13 15:53:56 -080020 libgui \
21 libcamera_metadata \
22
23LOCAL_C_INCLUDES += \
24 system/media/camera/include
Mathias Agopian3cf61352010-02-09 17:46:37 -080025
26LOCAL_MODULE:= libcamera_client
27
Mathias Agopian3cf61352010-02-09 17:46:37 -080028include $(BUILD_SHARED_LIBRARY)