Include vendor.xiaomi.hardware.displayfeature

Needed to disable Xiaomi's Sunlight Mode which triggers some constrast/color issues on AOSP
This commit is contained in:
Alberto Ponces 2022-06-25 21:15:27 +01:00
parent b67b41a7e4
commit d5610375c4
2 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,7 @@ PRODUCT_PACKAGES += \
vendor.huawei.hardware.tp-V1.0-java \
vendor.qti.hardware.radio.am-V1.0-java \
vendor.qti.qcril.am-V1.0-java \
vendor.xiaomi.hardware.displayfeature-V1.0-java
PRODUCT_COPY_FILES += \
device/phh/treble/interfaces.xml:system/etc/permissions/interfaces.xml

View File

@ -12,4 +12,6 @@
file="/system/framework/vendor.huawei.hardware.tp-V1.0-java.jar" />
<library name="android.hardware.wifi.hostapd.V1_0"
file="/system/framework/android.hardware.wifi.hostapd-V1.0-java.jar" />
<library name="vendor.xiaomi.hardware.displayfeature.V1_0"
file="/system/framework/vendor.xiaomi.hardware.displayfeature-V1.0-java.jar" />
</permissions>