aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-23 13:29:24 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-23 13:29:24 -0700
commit3b70aacd941968ba04112a603d9c5ebdde97c185 (patch)
tree24f2d9dad57423b3b7405c538872f2ad918e1f75
parente3dc1ac25db46f4db3b273be19d0cf0a7d807222 (diff)
downloadsource.android.com-3b70aacd941968ba04112a603d9c5ebdde97c185.tar.gz
Document how to use GPL components from 3.0 and 3.1
Change-Id: Icc441e28a679b68abadb022a81ad57d2d11992a8
-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