aboutsummaryrefslogtreecommitdiff
path: root/camera/provider/Android.bp
diff options
context:
space:
mode:
authordd3boh <dade.garberi@gmail.com>2017-09-25 22:24:22 +0200
committerdd3boh <dade.garberi@gmail.com>2017-10-31 12:34:43 +0100
commit84307a2a8395e1398c315877e68d2b5553a911d0 (patch)
tree8c57887f545291592759fbf3de4c46c947cdfb96 /camera/provider/Android.bp
parent3436cf7ae9bd7c48d20073e39f99b54747b09c44 (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/Android.bp')
-rw-r--r--camera/provider/Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/camera/provider/Android.bp b/camera/provider/Android.bp
index 5261010..326c639 100644
--- a/camera/provider/Android.bp
+++ b/camera/provider/Android.bp
@@ -1,5 +1,6 @@
cc_library_shared {
- name: "android.hardware.camera.provider@2.4-impl.zuk",
+ name: "android.hardware.camera.provider@2.4-impl.z2_plus",
+ defaults: ["hidl_z2_plus"],
proprietary: true,
relative_install_path: "hw",
srcs: ["CameraProvider.cpp"],
@@ -10,7 +11,7 @@ cc_library_shared {
"libcutils",
"android.hardware.camera.device@1.0",
"android.hardware.camera.device@3.2",
- "camera.device@1.0-impl.zuk",
+ "camera.device@1.0-impl.z2_plus",
"camera.device@3.2-impl",
"android.hardware.camera.provider@2.4",
"android.hardware.camera.common@1.0",