aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2013-07-23 19:00:24 -0700
committerTrevor Johns <trevorjohns@google.com>2013-07-23 19:01:49 -0700
commit164d0bb31515615572c50fb3c4e1309d9ca125e0 (patch)
treeb2c633c8d619d70e93716d9642e60781163d20d6 /common
parenta4984820f736ec09d6bd4cb34928bbeda856dc12 (diff)
downloadandroid-164d0bb31515615572c50fb3c4e1309d9ca125e0.tar.gz
Update README for common directory to be more user friendly
Change-Id: I75c92c5cf34650b1845fcb43e4b664a2b03a7a72
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.