Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Switch to Touch AIDL

Change-Id: I92a19fedb9ea482616c2e3d550e30b69d2a3a5c7
This commit is contained in:
Bruno Martins 2025-04-25 17:36:15 +01:00
commit 26ced05f43
3 changed files with 1 additions and 17 deletions

View file

@ -81,7 +81,6 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
vendor/lineage/config/device_framework_matrix.xml
DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
ODM_MANIFEST_FILES := $(DEVICE_PATH)/manifest_odm.xml
# Kernel
BOARD_BOOT_HEADER_VERSION := 3

View file

@ -348,7 +348,7 @@ PRODUCT_PACKAGES += \
# Touch
PRODUCT_PACKAGES += \
vendor.lineage.touch@1.0-service.oplus
vendor.lineage.touch-service.oplus
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml

View file

@ -1,15 +0,0 @@
<manifest version="2.0" type="device">
<hal format="hidl" override="true">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IHighTouchPollingRate</name>
<instance>default</instance>
</interface>
<interface>
<name>ITouchscreenGesture</name>
<instance>default</instance>
</interface>
</hal>
</manifest>