aboutsummaryrefslogtreecommitdiff
path: root/camera/zuk
diff options
context:
space:
mode:
Diffstat (limited to 'camera/zuk')
-rw-r--r--camera/zuk/Android.bp2
-rw-r--r--camera/zuk/CameraDevice.cpp2
2 files changed, 2 insertions, 2 deletions
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>