Document how to use GPL components from 3.0 and 3.1

Change-Id: Icc441e28a679b68abadb022a81ad57d2d11992a8
diff --git a/src/source/build-numbers.md b/src/source/build-numbers.md
index 8518e81..c147f7c 100644
--- a/src/source/build-numbers.md
+++ b/src/source/build-numbers.md
@@ -115,3 +115,13 @@
 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