aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2013-07-24 16:37:16 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-24 16:37:16 -0700
commit3322348536605aa2b469d3abf059c129b261df64 (patch)
tree0f743cdf12ba4b506b89c609213b2a368258e906 /common
parent50838e57db815e14ca5db8cccd841a6f027f039e (diff)
parent6e0f9e2c6d83567c9fecbaf059e10a403dadf404 (diff)
downloadandroid-3322348536605aa2b469d3abf059c129b261df64.tar.gz
am 6e0f9e2c: am 058e14b8: am 06e33a0e: Merge "Update README for common directory to be more user friendly" into jb-mr2-dev
* commit '6e0f9e2c6d83567c9fecbaf059e10a403dadf404': Update README for common directory to be more user friendly
Diffstat (limited to 'common')
-rw-r--r--common/README.txt4
-rw-r--r--common/readme.txt3
2 files changed, 4 insertions, 3 deletions
diff --git a/common/README.txt b/common/README.txt
new file mode 100644
index 00000000..1f28b007
--- /dev/null
+++ b/common/README.txt
@@ -0,0 +1,4 @@
+This directory contains shared classes referenced by some samples.
+
+If you're exploring the samples, we recommend you start in the other
+directories first.
diff --git a/common/readme.txt b/common/readme.txt
deleted file mode 100644
index 4c37f64c..00000000
--- a/common/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-samples/android/common: use this directory for code that will be included in more than one sample.
-
-Recommended development technique is to ln -s common into your sample's src directory.