aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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.