redfin: Switch to prebuilt camera provider

OSS one is no longer working with prebuilt google camera libraries
due to missing symbols

Change-Id: I5930149fe3df6058ef2e24cdfacc2106940588ac
This commit is contained in:
Michael Bestas
2024-03-08 01:00:09 +02:00
committed by Michael Bestas
parent 159699108e
commit 63f657b77a
3 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,11 @@ $(call inherit-product, device/google/redbull/device-lineage.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/redfin/overlay-lineage
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.device-V2-ndk.vendor:64 \
android.hardware.camera.provider-V2-ndk.vendor:64
# HBM
PRODUCT_PACKAGES += \
HbmSVManagerOverlay

View File

@@ -23,6 +23,7 @@ vendor/bin/hvdcp_opti
vendor/bin/hw/android.hardware.authsecret-service.citadel
vendor/bin/hw/android.hardware.biometrics.fingerprint@2.2-service.fpc
vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti
vendor/bin/hw/android.hardware.camera.provider@2.7-service-google
vendor/bin/hw/android.hardware.confirmationui@1.0-service-google
vendor/bin/hw/android.hardware.drm-service.widevine-v17
vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti

View File

@@ -98,7 +98,6 @@ VENDOR_SKIP_FILES=(
"bin/hostname"
"bin/hw/android.hardware.audio.service"
"bin/hw/android.hardware.boot@1.2-service"
"bin/hw/android.hardware.camera.provider@2.7-service-google"
"bin/hw/android.hardware.cas-service.example"
"bin/hw/android.hardware.cas@1.2-service"
"bin/hw/android.hardware.contexthub-service.generic"