Skip to content

Commit

Permalink
breeze: Build vendor variant of android.hardware.camera.provider@2.4
Browse files Browse the repository at this point in the history
* Fixes :-

- F linker  : CANNOT LINK EXECUTABLE "/vendor/bin/hw/camerahalserver": library "android.hardware.camera.provider@2.4.so" not found: needed by main executable

Change-Id: Icbd66662472b885c46e860020aede0271cb3a45c
  • Loading branch information
kardebayan authored and Hadenix committed Oct 9, 2023
1 parent 4af06a6 commit bd9278f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PRODUCT_PACKAGES += \

# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4
android.hardware.camera.provider@2.4.vendor

PRODUCT_PACKAGES += \
Snap
Expand Down

0 comments on commit bd9278f

Please sign in to comment.