Loading BoardConfig.mk +1 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ 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 Loading manifest_odm.xml 0 → 100644 +15 −0 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> Loading
BoardConfig.mk +1 −0 Original line number Diff line number Diff line Loading @@ -138,6 +138,7 @@ 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 Loading
manifest_odm.xml 0 → 100644 +15 −0 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>