STMems_Android_Sensor_HAL_IIO icon indicating copy to clipboard operation
STMems_Android_Sensor_HAL_IIO copied to clipboard

AOSP build failed

Open jeranio opened this issue 5 years ago • 1 comments

hardware/STMicroelectronics/SensorHAL_IIO/../hal_config: No such file or directory

Hello, I follow the instructions and copied the 'src" folder contents into a newly-created directory as the name specified and started the build. I get the above error. How to resolve this? Thanks

jeranio avatar Feb 11 '21 10:02 jeranio

In order to fix this error you should keep in mind that while running the "make sensors-defconfig" you need to run first run "source android_data_config".Then it will generate the hal_config in the root directory of the hal and the error will be solved.

PritamSSahoo01 avatar Oct 06 '23 12:10 PritamSSahoo01