aboutsummaryrefslogtreecommitdiff
path: root/camera/provider/Android.bp
diff options
context:
space:
mode:
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",