Repo Commands
Before Building AOSP, it is essential to download the entire AOSP sourcecode onto our local machine
The Android source is located in a collection of Git repositories hosted by Google. The Git repository includes the entire history of the Android source, including changes to the source and when the changes were made.
Repo Tool is used to download the source
Step1: Initialize a repo client
Last updated