diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-09-25 22:24:22 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | 84307a2a8395e1398c315877e68d2b5553a911d0 (patch) | |
tree | 8c57887f545291592759fbf3de4c46c947cdfb96 /camera/zuk/CameraDevice.cpp | |
parent | 3436cf7ae9bd7c48d20073e39f99b54747b09c44 (diff) |
z2_plus: Rename services so that it doesn't create problems when both z2_plus and z2_row device trees are there
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | camera/z2_plus/CameraDevice.cpp (renamed from camera/zuk/CameraDevice.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/zuk/CameraDevice.cpp b/camera/z2_plus/CameraDevice.cpp index 02c1b02..5770b10 100644 --- a/camera/zuk/CameraDevice.cpp +++ b/camera/z2_plus/CameraDevice.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "CamDev@1.0-impl.zuk" +#define LOG_TAG "CamDev@1.0-impl.z2_plus" #include <hardware/camera.h> #include <hardware/gralloc1.h> #include <hidlmemory/mapping.h> |