How to download only a working directory of the AOSP source code without the entire repo history?
You can specify --depth 1
to git clone command. It will only get the latest snapshot.
You can specify --depth 1
to git clone command. It will only get the latest snapshot.