ti: set clone-depth=1 for binary repos
Our aosp tree has quite some git repos which contain binaries such as kernel modules, kernel images, OpenGL prebuilds.
These binaries can get quite big (23MB for the kernel Image) and their git history is not super useful.
Make shallow clones for these projects, by adding (clone-depth=1)
Note: this is similar to what is done on Google kernels, see cuttlefish in [1]
Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com