Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Move and recategorize compat matrix and manifest flags

Qualcomm also sets these in (common) product makefiles.

Change-Id: I7139cba92454106fbca5f6105b966a43e70fe9d6
This commit is contained in:
Bruno Martins 2025-05-31 13:01:12 +01:00 committed by Nick Reuter
commit eeb91793cd
2 changed files with 7 additions and 7 deletions

View file

@ -71,13 +71,6 @@ TARGET_SCREEN_DENSITY := 450
# Filesystem
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
# HIDL
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
hardware/oplus/vintf/device_framework_matrix.xml \
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml
DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
# Kernel
BOARD_BOOT_HEADER_VERSION := 3
BOARD_KERNEL_BASE := 0x00000000

View file

@ -381,6 +381,13 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
# VINTF
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
hardware/oplus/vintf/device_framework_matrix.xml \
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml
DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml
DEVICE_MANIFEST_FILE := $(LOCAL_PATH)/manifest.xml
# WiFi
PRODUCT_PACKAGES += \
android.hardware.wifi-service \