I am trying to build the Android Lineage OS from the instructions on the official website. I have initialized with 'repo init' and repo sync'd to download the source code successfully.
However the size I found through right-click properties of the source folder doesn't match available free space on the partition. The properties method shows 21.7 GB and available free space of the partition changed from 92GB to 58.6GB so the source code should be atleast 33GB but it is not.
I have let the download run overnight and haven't done anything else while it was doing so. Does the 'repo' tool store temporary files or have a cache of some sort that needs to be cleaned?
I would like to know this so that if I decide to delete the code later on to free up space I want all of it to be gone.
Note: 'repo sync' did fail once and I had to reissue the command however I believe it should resume and not restart the download. Note: The same thing happened previously. There was unaccounted used space for another Cynogenmod repo I tried to sync. Similarly it was done overnight and I wasn't using the computer during the download. I think there is something else happening here that I missing.