aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-06-06 03:07:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-06 03:07:59 +0000
commitca3f521449152babc87f22369c82bc56ca97b4ce (patch)
tree9e6a4f9cce75a5de89b0f3907cb2733e485467a9
parent6723e5241a45c6de224c96384a595a1bf5bc5449 (diff)
parentccb3219886cbefb53c7e4160388123658200df94 (diff)
downloadsfntly-ca3f521449152babc87f22369c82bc56ca97b4ce.tar.gz
Merge commit 'bbc9221' into master am: d4aea7c865 am: d66cd7275a am: 90e121df27 am: 9e1ecbca64
am: ccb3219886 Change-Id: I115cba17fa9a3641a761a0175fe6452d9d4883f4
-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