commit | 7efa520c76e6a1f6b3146404cc6aca5a8353583a | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Wed Feb 13 15:53:56 2013 -0800 |
committer | Igor Murashkin <iam@google.com> | Fri Feb 22 10:50:14 2013 -0800 |
tree | db2c59948bb0c344584706d6b6e36c86a42d9abf | |
parent | 99c2f923f6b04efffe949d1daf9cb7148e3cc201 [diff] [blame] |
Camera: Move CameraMetadata.h from service to client library Change-Id: I940ce86f318f37ae5b73f912a6e589415150125f
diff --git a/services/camera/libcameraservice/camera2/BurstCapture.h b/services/camera/libcameraservice/camera2/BurstCapture.h index dfc45eb..a2cc893 100644 --- a/services/camera/libcameraservice/camera2/BurstCapture.h +++ b/services/camera/libcameraservice/camera2/BurstCapture.h
@@ -17,7 +17,7 @@ #ifndef ANDROID_SERVERS_CAMERA_BURST_CAPTURE_H #define ANDROID_SERVERS_CAMERA_BURST_CAPTURE_H -#include "camera2/CameraMetadata.h" +#include "camera/CameraMetadata.h" #include <binder/MemoryBase.h> #include <binder/MemoryHeapBase.h> #include <gui/CpuConsumer.h>