STMicroelectronics / STMems_Android_Sensor_HAL_IIO

DISCONTINUED (October 2022): the maintenance for this repository has been discontinued. Please refer to https://github.com/STMicroelectronics/st-mems-android-linux-sensors-hal for the up-to-date HAL repository. This repository contains ST Android sensor Hardware Abstraction Layer (HAL) for MEMS Linux IIO drivers
Apache License 2.0
35 stars 21 forks source link

AOSP build failed #9

Open jeranio opened 3 years ago

jeranio commented 3 years ago

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

PritamSSahoo01 commented 1 year ago

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.