summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/Android.mk
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2013-03-01 16:22:28 -0800
committerIgor Murashkin <iam@google.com>2013-03-11 16:32:24 -0700
commit44cfcf00b9008c1c04f4c8277c6c06af039fd976 (patch)
treea9abbcc639972250b3c5f0d7faaed3b66d1728b3 /services/camera/libcameraservice/Android.mk
parent840b2613863218fe6198dca817cc33ce76cdbfb7 (diff)
downloadframeworks_av-44cfcf00b9008c1c04f4c8277c6c06af039fd976.zip
frameworks_av-44cfcf00b9008c1c04f4c8277c6c06af039fd976.tar.gz
frameworks_av-44cfcf00b9008c1c04f4c8277c6c06af039fd976.tar.bz2
CameraService: Refactor Camera2Client to share a base with ProCameraClient
Change-Id: I249e2a0fc47ae84f29c9d9c4a223fba13da3ee66
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 d6ad889..8600735 100644
--- a/services/camera/libcameraservice/Android.mk
+++ b/services/camera/libcameraservice/Android.mk
@@ -11,6 +11,7 @@ LOCAL_SRC_FILES:= \
CameraClient.cpp \
Camera2Client.cpp \
ProCamera2Client.cpp \
+ Camera2ClientBase.cpp \
CameraDeviceBase.cpp \
Camera2Device.cpp \
Camera3Device.cpp \