diff options
Diffstat (limited to 'camera/provider')
-rw-r--r-- | camera/provider/Android.bp | 5 | ||||
-rw-r--r-- | camera/provider/CameraProvider.cpp | 2 |
2 files changed, 4 insertions, 3 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", 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" |