Some days ago, I found an interesting repository about android tools which can be built without GO compiler (check it here). If you're familiar with adb, fastboot, etc, you know what I'm talking about. It suits me because I have no GO compiler or won't bother to download one because I already have GCC. After firts successful build which result on dynamic linked binaries, I'm curious on building the static linked one. Here is how I did it !
Before we go deep into building stuffs, we need to prepare some stuffs.
- Make sure you have GCC / Clang !
- Satisfy the dependencies, check on the README !