During the build i got the following error: ``` getDeviceHalManifest: -2147483648 VINTF parse error: Cannot add manifest fragment /vendor/etc/vintf/manifest/android.hardware. sensors@2.0-multihal.xml:HAL "android.hardware.sensors" has a conflict. ``` The content of the file android.hardware.sensors@2.0-multihal.xml is the same as android.hardware.sensors@2.0-stmicroelectronics.xml located into st/sensors-hal/2.0 <manifest version="1.0" type="device"> <hal format="hidl"> <name>android.hardware.sensors</name> <transport>hwbinder</transport> <version>2.0</version> <interface> <name>ISensors</name> <instance>default</instance> </interface> </hal> </manifest> I have not seen/found anything in the documentation about this error, is there any aditional information about it?