aboutsummaryrefslogtreecommitdiff
path: root/camera
diff options
context:
space:
mode:
authordd3boh <dade.garberi@gmail.com>2017-09-25 14:22:09 +0200
committerdd3boh <dade.garberi@gmail.com>2017-10-31 12:34:43 +0100
commit101ee2c92ce71cf8e9a7ccf655ae347bd3d421d0 (patch)
tree9659e2a58cab6bafda42f7d840e9728b36ff39b0 /camera
parentaa2a13d3e5852b2ff5bedc0e2dcff9fc3ca69376 (diff)
z2_plus: camera: rename various services
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'camera')
-rw-r--r--camera/provider/Android.bp4
-rw-r--r--camera/provider/CameraProvider.cpp2
-rw-r--r--camera/zuk/Android.bp2
-rw-r--r--camera/zuk/CameraDevice.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/camera/provider/Android.bp b/camera/provider/Android.bp
index 3a93b93..5f086f3 100644
--- a/camera/provider/Android.bp
+++ b/camera/provider/Android.bp
@@ -1,5 +1,5 @@
cc_library_shared {
- name: "android.hardware.camera.provider@2.4-impl",
+ name: "android.hardware.camera.provider@2.4-impl.zuk",
defaults: ["hidl_defaults"],
proprietary: true,
relative_install_path: "hw",
@@ -11,7 +11,7 @@ cc_library_shared {
"libcutils",
"android.hardware.camera.device@1.0",
"android.hardware.camera.device@3.2",
- "camera.device@1.0-impl",
+ "camera.device@1.0-impl.zuk",
"camera.device@3.2-impl",
"android.hardware.camera.provider@2.4",
"android.hardware.camera.common@1.0",
diff --git a/camera/provider/CameraProvider.cpp b/camera/provider/CameraProvider.cpp
index 19f7bdd..3245189 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"
+#define LOG_TAG "CamProvider@2.4-impl.zuk"
#include <android/log.h>
#include "CameraProvider.h"
diff --git a/camera/zuk/Android.bp b/camera/zuk/Android.bp
index 686521b..d7f8aad 100644
--- a/camera/zuk/Android.bp
+++ b/camera/zuk/Android.bp
@@ -1,5 +1,5 @@
cc_library_shared {
- name: "camera.device@1.0-impl",
+ name: "camera.device@1.0-impl.zuk",
defaults: ["hidl_defaults"],
proprietary: true,
srcs: [
diff --git a/camera/zuk/CameraDevice.cpp b/camera/zuk/CameraDevice.cpp
index c53c0d8..81bc215 100644
--- a/camera/zuk/CameraDevice.cpp
+++ b/camera/zuk/CameraDevice.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_TAG "CamDev@1.0-impl"
+#define LOG_TAG "CamDev@1.0-impl.zuk"
#include <hardware/camera.h>
#include <hardware/gralloc1.h>
#include <hidlmemory/mapping.h>