Currently, Servo uses snapshots generated from make dist. This works great for self-targeting builds, but there's no support today for generating cross-compilation snapshots. This feature is required to support Servo Android test machines on Travis CI.
I see that make install handles cross-compilation:
#13314
It would be great if there were a different make dist (make dist-all-the-targets?), too, to support this scenario.