e3q: Add feature2 libs

Change-Id: I0c13675574f956bc7770a66c4c1a895679fc7603
This commit is contained in:
David Wronek
2025-01-01 20:02:39 +01:00
parent e981fde8bf
commit 04743ee22c
2 changed files with 52 additions and 2 deletions

View File

@@ -95,6 +95,14 @@ PRODUCT_COPY_FILES += \
TARGET_SCREEN_HEIGHT := 3120
TARGET_SCREEN_WIDTH := 1440
# Camera
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.camera.concurrent.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.concurrent.xml \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml
# DebugFS
PRODUCT_SET_DEBUGFS_RESTRICTIONS := true
@@ -107,6 +115,7 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.display.composer-service \
vendor.qti.hardware.display.composer-service.rc \
vendor.qti.hardware.display.composer-service.xml \
vendor.qti.hardware.display.config-V2-ndk.vendor \
vendor.qti.hardware.display.demura-service
PRODUCT_COPY_FILES += \