Merge commit 'bbc9221' into master

This merges the history from upstream without making any changes to
the code.

Change-Id: I303a906c2cb361cdc2b9a6c99da2b09782467254
diff --git a/README.android b/README.android
index e99dcf1..4447b27 100644
--- a/README.android
+++ b/README.android
@@ -1,2 +1,11 @@
-Current version:
-svn checkout http://sfntly.googlecode.com/svn/trunk/cpp/src@134 cpp/src
+This project contains only the cpp/src files from upstream.  To update:
+git merge aosp/upstream-master
+If upstream has changes outside the cpp/src directory (likely), it will get
+conflicts on the modified files.  To drop the changes to the unmerged
+directories:
+git rm -rf data
+git rm -rf java
+git rm -rf cpp/data
+git rm -rf cpp/ext
+git rm -rf cpp/tools
+git commit