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:
parent
23a17f915c
commit
eeb91793cd
2 changed files with 7 additions and 7 deletions
|
|
@ -71,13 +71,6 @@ TARGET_SCREEN_DENSITY := 450
|
||||||
# Filesystem
|
# Filesystem
|
||||||
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
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
|
# Kernel
|
||||||
BOARD_BOOT_HEADER_VERSION := 3
|
BOARD_BOOT_HEADER_VERSION := 3
|
||||||
BOARD_KERNEL_BASE := 0x00000000
|
BOARD_KERNEL_BASE := 0x00000000
|
||||||
|
|
|
||||||
|
|
@ -381,6 +381,13 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml
|
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
|
# WiFi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.wifi-service \
|
android.hardware.wifi-service \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue