aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-04-07 10:46:45 -0700
committerColin Cross <ccross@android.com>2017-04-07 11:00:56 -0700
commitd4aea7c865084a140a965d4c413c6c38f9a2743a (patch)
treeeb7e819860483b859bca010ee9b2f0b903a9f80f
parent30d4e1f3d81ad9f7a1aa14ce6d2ceb5df56c15cd (diff)
parentbbc9221f9f4247ef4e8af67e406d451d83fe118b (diff)
downloadsfntly-d4aea7c865084a140a965d4c413c6c38f9a2743a.tar.gz
Merge commit 'bbc9221' into master
This merges the history from upstream without making any changes to the code. Bug: 33280507 Change-Id: I303a906c2cb361cdc2b9a6c99da2b09782467254 (cherry picked from commit 5e48fb0cc42f4c09080930e5c5ded1ef4bc89eed)
-rw-r--r--README.android13
1 files changed, 11 insertions, 2 deletions
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