BuildSet_Win (2013)

Buildset_win is a tool for downloading internal Android sources in Qualcomm.

Working for Qualcomm’s customer engineering department, it was such a pain finding and downloading right Android source that I needed.

To simplify the task I built a tool that generates and sends a bash script to local Linux server and runs it on the server to fetch the right version of Android sources from the main server.

Since every employees' environment was unified with Windows 7, I used C# and WPF framework on .NET.

Open-source library SharpSSH was used to communicate with Linux shell. The library is under BSD style license.

This tool works only in Qualcomm's internal environment.