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/provider/CameraProvider.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 'camera/provider/CameraProvider.cpp')
-rw-r--r-- | camera/provider/CameraProvider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/provider/CameraProvider.cpp b/camera/provider/CameraProvider.cpp index 3245189..e6e03d8 100644 --- a/camera/provider/CameraProvider.cpp +++ b/camera/provider/CameraProvider.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "CamProvider@2.4-impl.zuk" +#define LOG_TAG "CamProvider@2.4-impl.z2_plus" #include <android/log.h> #include "CameraProvider.h" |