aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-24 11:13:55 -0700
committerAndroid Code Review <code-review@android.com>2011-06-24 11:13:55 -0700
commit8ea9d7a6ca3eadd182f2475014ad28994064f36b (patch)
tree24f2d9dad57423b3b7405c538872f2ad918e1f75
parenta00c6f55fff6244f8c3e408bb547cff72f6989c6 (diff)
parent3b70aacd941968ba04112a603d9c5ebdde97c185 (diff)
downloadsource.android.com-8ea9d7a6ca3eadd182f2475014ad28994064f36b.tar.gz
Merge "Document how to use GPL components from 3.0 and 3.1"android-sdk-adt_r12
-rw-r--r--src/source/build-numbers.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/source/build-numbers.md b/src/source/build-numbers.md
index 8518e81a..c147f7c0 100644
--- a/src/source/build-numbers.md
+++ b/src/source/build-numbers.md
@@ -115,3 +115,13 @@ HRI66 | android-3.0_r1.1
HWI69 | android-3.0_r1.2
HRI93 | android-3.0_r1.3
HMJ37 | android-3.1_r1 | latest Honeycomb version
+
+There is no manifest that contains exactly those. However, there
+are manifests that allow building those components. The following
+commands work for 3.0_r1.1, and using other versions can be done by
+switching the git checkout paramater, and if necessary the -b parameter in
+repo init.
+
+ $ repo init -b master -m 3.0-base.xml
+ $ repo sync
+ $ repo forall -c git checkout android-3.0_r1.1