I want to get the Android source code for example for version 2.3_r1 (you can see all version here: http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/)
And according to the http://source.android.com/source/downloading.html
I am writing repo init -u https://android.googlesource.com/platform/manifest -b android-2.3_r1
But it seems that I am downloading all source code.
What is wrong in my actions?