blob: 7286f9295660020337fcdee13416ce6d4212f52c [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 \
6 CameraParameters.cpp \
7 ICamera.cpp \
8 ICameraClient.cpp \
Wu-cheng Li4ca2c7c2011-06-01 17:22:24 +08009 ICameraService.cpp \
10 ICameraRecordingProxy.cpp \
11 ICameraRecordingProxyListener.cpp
Mathias Agopian3cf61352010-02-09 17:46:37 -080012
13LOCAL_SHARED_LIBRARIES := \
14 libcutils \
15 libutils \
16 libbinder \
17 libhardware \
Jamie Gennisbfa33aa2010-12-20 11:51:31 -080018 libui \
19 libgui
Mathias Agopian3cf61352010-02-09 17:46:37 -080020
21LOCAL_MODULE:= libcamera_client
22
Mathias Agopian3cf61352010-02-09 17:46:37 -080023include $(BUILD_SHARED_LIBRARY)