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