aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-06-06 03:31:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-06 03:31:31 +0000
commit4a6d4ae2f674cea237235b8038689ec527b5e09f (patch)
tree7bb755f32615d4007a647da7bc9969eac307d0f9
parenta01a58c85ae6f0b1fe97e4a383bb7536285264d8 (diff)
parent84e59f094e3a5d8eec0739b6a38d3943f2c45c62 (diff)
downloadsfntly-4a6d4ae2f674cea237235b8038689ec527b5e09f.tar.gz
Merge commit 'bbc9221' into master am: d4aea7c865 am: d66cd7275a am: 90e121df27 am: 9e1ecbca64 am: ccb3219886 am: ca3f521449 am: 2ce18b7c4a am: 06d7d9f007
am: 84e59f094e Change-Id: Ibc4d46cbbb3166899422486da9fc39f99eaf3db6
-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