Commit dd9b4f6d authored by Adam Lawson's avatar Adam Lawson
Browse files

nicky: Nuke lineage touch hal from manifest

Just causes logspam
parent 358db82e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -139,7 +139,6 @@ BOARD_AVB_RECOVERY_ROLLBACK_INDEX_LOCATION := 1
# VINTF
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
DEVICE_MATRIX_FILE += $(DEVICE_PATH)/compatibility_matrix.xml
ODM_MANIFEST_FILES := $(DEVICE_PATH)/manifest_odm.xml

# VNDK
BOARD_VNDK_VERSION := current

manifest_odm.xml

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
<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>