aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2013-07-24 03:57:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-24 03:57:09 +0000
commit06e33a0edc416c73e7067095060b619c5a4ad057 (patch)
treef0d7a0aa5a216ef5d58bebce9c44eaa374bbba27 /common
parent0d630f36424e8a2f0d3fda4d54132fccab9225cc (diff)
parent164d0bb31515615572c50fb3c4e1309d9ca125e0 (diff)
downloadandroid-06e33a0edc416c73e7067095060b619c5a4ad057.tar.gz
Merge "Update README for common directory to be more user friendly" into jb-mr2-dev
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.