summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/Android.mk
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2013-02-20 18:24:43 -0800
committerIgor Murashkin <iam@google.com>2013-02-22 10:50:14 -0800
commit985fd30a10f6fec4293f071fd258c4726cff5a3d (patch)
tree493a26cd4544e2858822e8fbaf1ddc04fbd215d4 /services/camera/libcameraservice/Android.mk
parent68506fd58d26748617babe94d5648503cb3690bb (diff)
downloadframeworks_av-985fd30a10f6fec4293f071fd258c4726cff5a3d.zip
frameworks_av-985fd30a10f6fec4293f071fd258c4726cff5a3d.tar.gz
frameworks_av-985fd30a10f6fec4293f071fd258c4726cff5a3d.tar.bz2
Camera: ProCamera2Client - add createStream (service is stubbed) and unit test
Change-Id: I1ae7ba9b24f5883c214c19a7ed0eaf0c802d69c1
Diffstat (limited to 'services/camera/libcameraservice/Android.mk')
-rw-r--r--services/camera/libcameraservice/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/camera/libcameraservice/Android.mk b/services/camera/libcameraservice/Android.mk
index b6ebd02..c7a8e4a 100644
--- a/services/camera/libcameraservice/Android.mk
+++ b/services/camera/libcameraservice/Android.mk
@@ -10,6 +10,7 @@ LOCAL_SRC_FILES:= \
CameraService.cpp \
CameraClient.cpp \
Camera2Client.cpp \
+ ProCamera2Client.cpp \
Camera2Device.cpp \
camera2/Parameters.cpp \
camera2/FrameProcessor.cpp \