blob: 0022f2b61cc7527945e3ce4e0bcbf76716022939 [file] [log] [blame]
Mathias Agopian65ab4712010-07-14 17:59:35 -07001LOCAL_PATH:= $(call my-dir)
2
Mathias Agopian65ab4712010-07-14 17:59:35 -07003#
4# libcameraservice
5#
6
7include $(CLEAR_VARS)
8
9LOCAL_SRC_FILES:= \
Eino-Ville Talvala5e08d602012-05-16 14:59:25 -070010 CameraService.cpp \
11 CameraClient.cpp
Mathias Agopian65ab4712010-07-14 17:59:35 -070012
13LOCAL_SHARED_LIBRARIES:= \
14 libui \
15 libutils \
16 libbinder \
17 libcutils \
18 libmedia \
Glenn Kastenb12153e2012-03-16 11:42:24 -070019 libmedia_native \
Mathias Agopian65ab4712010-07-14 17:59:35 -070020 libcamera_client \
Iliyan Malchev8951a972011-04-14 16:55:59 -070021 libgui \
22 libhardware
Mathias Agopian65ab4712010-07-14 17:59:35 -070023
24LOCAL_MODULE:= libcameraservice
25
Mathias Agopian65ab4712010-07-14 17:59:35 -070026include $(BUILD_SHARED_LIBRARY)