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