Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ed5cc39 authored by Bruno Martins's avatar Bruno Martins Committed by Bharath
Browse files

FP3: Remove android.hardware.biometrics.fingerprint from manifest

This addresses the runtime VINTF parse error:

  E hwservicemanager: getDeviceHalManifest: -2147483648 VINTF parse error: Cannot add manifest fragment /vendor/etc/vintf/manifest/android.hardware.biometrics.fingerprint@2.1-service.xml:HAL "android.hardware.biometrics.fingerprint" has a conflict.

Change-Id: I478c314b46bc6e39206f268d52fc7e445a2df3e4
parent 725aa2a8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ TARGET_HAS_NO_SELECT_BUTTON := true
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml
DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml
ODM_MANIFEST_FILES := $(DEVICE_PATH)/odm_manifest.xml

TARGET_FS_CONFIG_GEN += \
    $(DEVICE_PATH)/config.fs

odm_manifest.xml

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="hidl">
        <name>android.hardware.biometrics.fingerprint</name>
        <transport>hwbinder</transport>
        <version>2.1</version>
        <interface>
            <name>IBiometricsFingerprint</name>
            <instance>default</instance>
        </interface>
    </hal>
</manifest>