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
You can build single modules or images by providing build targets to make
.
make bootimage
make vendorimage
make [email protected]
vendor.img
.You can get a list of all known build targets with make modules
.