I'm trying to understand the AGL build procedure. I have to modify the AGL build so that it uses my version of aplay.c and generates an aplay binary that's based on my version of aplay.c instead of the default aplay.c. In other words, I have to include aplay.c somehow in the build procedure I'm executing.
I am not sure where to look or how to begin. Any suggestions would be helpful! Thanks.