androidlinuxcompilationhalandroid-kernel

How to Re-build HAL in android?


I have made changes in device//manifest.xml and now i want to rebuild only boot.img and vendor.img.

Is there any way/command to build only HAL module in android ?

Thanks


Solution

  • You can build single modules or images by providing build targets to make.

    You can get a list of all known build targets with make modules.