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